better message

This commit is contained in:
tth 2021-02-23 04:19:31 +01:00
parent a9e03371b8
commit 671f0fe0e4
1 changed files with 2 additions and 1 deletions

View File

@ -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);