Compare commits
2 Commits
671f0fe0e4
...
373f655107
Author | SHA1 | Date | |
---|---|---|---|
|
373f655107 | ||
|
6275449810 |
@ -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) {
|
if (verbosity > 1) {
|
||||||
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