diff --git a/Fonderie/crapulator.c b/Fonderie/crapulator.c index d6b103b..2d91d17 100644 --- a/Fonderie/crapulator.c +++ b/Fonderie/crapulator.c @@ -129,7 +129,8 @@ if (retval) { /** may be, we can check for negative values ? */ if (verbosity) { foo = fimg_count_negativ(&img); - fprintf(stderr, "%s -> %d negs\n", __func__, foo); + fprintf(stderr, "%s -> %d / %d negative pixels\n", __func__, + foo, img.width*img.height); } fimg_killborders(&img);