Compare commits
No commits in common. "373f65510726924a08046c7f8dc1e262e14e56fe" and "671f0fe0e4c9a0a7e8232139da0b0bebd3fe1e0c" have entirely different histories.
373f655107
...
671f0fe0e4
@ -127,7 +127,7 @@ if (retval) {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
/** may be, we can check for negative values ? */
|
/** may be, we can check for negative values ? */
|
||||||
if (verbosity > 1) {
|
if (verbosity) {
|
||||||
foo = fimg_count_negativ(&img);
|
foo = fimg_count_negativ(&img);
|
||||||
fprintf(stderr, "%s -> %d / %d negative pixels\n", __func__,
|
fprintf(stderr, "%s -> %d / %d negative pixels\n", __func__,
|
||||||
foo, img.width*img.height);
|
foo, img.width*img.height);
|
||||||
|
Loading…
Reference in New Issue
Block a user