--- /dev/null
+filters.c # pod (excpet experimental)
+font.c # pod
+gif.c # pod
+image.c # pod
+iolayer.c # pod
+pnm.c # pod
+tiff.c # pod
+
+jpeg.c # comments
+
+conv.c # minor comments
+datatypes.c # minor comments
+draw.c # minor comments
+gaussian.c # minor comments
+png.c # minor comments
+raw.c # minor comments
+regmach.c # minor comments
+trans2.c # minor comments
+dynaload.c # minor comments
+
+io.c # no comments
+feat.c # no comments
+log.c # no comments
+stackmach.c # no comments
+
+quant.c # comments, lots of changing code
+
+
+
+
for(ch = 0; ch<im->channels; ch++)
tval[midx*im->channels + ch] = c1*tval[midx*im->channels + ch] + c2 * (float) val.channel[ch];
-
+
}
i_color fixed[N]; // fixed palette entries
int fixedlen; // number of fixed colours
int success; // non-zero on success
- char *data; // an GIF file in memory
+ char *data; // a GIF file in memory
int length; // how big data is
int reader(char *, char *, int, int);
int writer(char *, char *, int);
#include "image.h"
#include "regmach.h"
+/* foo test */
+
i_img* i_transform2(int width, int height, int channels,
struct rm_op *ops, int ops_count,
double *n_regs, int n_regs_count,