]> git.imager.perl.org - imager.git/commitdiff
Added STATUS, other updates are just from touching files.
authorArnar Mar Hrafnkelsson <addi@cpan.org>
Fri, 30 Mar 2001 04:56:18 +0000 (04:56 +0000)
committerArnar Mar Hrafnkelsson <addi@cpan.org>
Fri, 30 Mar 2001 04:56:18 +0000 (04:56 +0000)
STATUS [new file with mode: 0644]
filters.c
gif.c
trans2.c

diff --git a/STATUS b/STATUS
new file mode 100644 (file)
index 0000000..f9ae179
--- /dev/null
+++ b/STATUS
@@ -0,0 +1,30 @@
+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
+
+
+
+
index 51d264269626ac460f49460107cc4ab55859c248..14ffb0b742bc8fc97cca8cfc8f9a30977828cdc1 100644 (file)
--- a/filters.c
+++ b/filters.c
@@ -941,7 +941,7 @@ i_nearest_color(i_img *im, int num, int *xo, int *yo, i_color *oval, int dmeasur
 
     for(ch = 0; ch<im->channels; ch++) 
       tval[midx*im->channels + ch] = c1*tval[midx*im->channels + ch] + c2 * (float) val.channel[ch];
-    
+  
     
   }
 
diff --git a/gif.c b/gif.c
index e0e94a2a5e4b60895c634c04177542dc113b8ec4..7b8db932b597248d9b528136d1af6906b4c83f74 100644 (file)
--- a/gif.c
+++ b/gif.c
@@ -18,7 +18,7 @@ gif.c - read and write gif files for Imager
   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);
index 35b06c5a71bfda72139b78af50c27686bc1abebe..ad0b9ea79a5a31c5c130935866b64bb96f693554 100644 (file)
--- a/trans2.c
+++ b/trans2.c
@@ -1,6 +1,8 @@
 #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,