Compare commits

..

No commits in common. "373f65510726924a08046c7f8dc1e262e14e56fe" and "671f0fe0e4c9a0a7e8232139da0b0bebd3fe1e0c" have entirely different histories.

View File

@ -127,7 +127,7 @@ if (retval) {
exit(1);
}
/** may be, we can check for negative values ? */
if (verbosity > 1) {
if (verbosity) {
foo = fimg_count_negativ(&img);
fprintf(stderr, "%s -> %d / %d negative pixels\n", __func__,
foo, img.width*img.height);