Compare commits

...

2 Commits

Author SHA1 Message Date
tth
98affe4b40 debug incrustator 2021-04-28 09:16:00 +02:00
tth
5199fa8005 msg less useless 2021-04-28 08:41:08 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 141
#define FIMG_VERSION 142
/*
* in memory descriptor

View File

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

View File

@ -1,5 +1,5 @@
/*
* incrustator experimental
* incrustator VERY experimental
* KRKRK
*/