]> git.imager.perl.org - imager.git/blobdiff - conv.c
- limit limits.c to C89
[imager.git] / conv.c
diff --git a/conv.c b/conv.c
index 3277b6eefa91e67dd9e6dae85ae7435fdfd78ccd..7e8513d0b8d2555f02e2609429559cdf358b25e2 100644 (file)
--- a/conv.c
+++ b/conv.c
@@ -25,7 +25,8 @@ i_conv(i_img *im,float *coeff,int len) {
 
   center=(len-1)/2;
 
-
+  /* don't move the calculation of pc up here, it depends on which pixels
+     are readable */
   for(l=0;l<im->ysize;l++) {
     for(i=0;i<im->xsize;i++) {
       pc=0.0;