Compare commits

..

No commits in common. "98affe4b403005619745ba1a9616a9571e234ef9" and "bcc534a54d13ef41ce1402b5d649f0b5f39f4ea3" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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