msg less useless

This commit is contained in:
tth 2021-04-28 08:41:08 +02:00
parent bcc534a54d
commit 5199fa8005
1 changed files with 3 additions and 3 deletions

View File

@ -112,9 +112,9 @@ int xs, ys, xd, yd;
int count; int count;
float rgb[3]; float rgb[3];
if (verbosity) { if (verbosity > 1) {
fimg_describe(in, "source"); fimg_describe(in, "extractor: source");
fimg_describe(out, "destination"); fimg_describe(out, "extractor: destination");
// print_rectangle(rect); // print_rectangle(rect);
} }