forked from tTh/FloatImg
msg less useless
This commit is contained in:
parent
bcc534a54d
commit
5199fa8005
|
@ -112,9 +112,9 @@ int xs, ys, xd, yd;
|
|||
int count;
|
||||
float rgb[3];
|
||||
|
||||
if (verbosity) {
|
||||
fimg_describe(in, "source");
|
||||
fimg_describe(out, "destination");
|
||||
if (verbosity > 1) {
|
||||
fimg_describe(in, "extractor: source");
|
||||
fimg_describe(out, "extractor: destination");
|
||||
// print_rectangle(rect);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue