Compare commits
2 Commits
bcc534a54d
...
98affe4b40
Author | SHA1 | Date | |
---|---|---|---|
|
98affe4b40 | ||
|
5199fa8005 |
@ -4,7 +4,7 @@
|
||||
* http://la.buvette.org/photos/cumul
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION 141
|
||||
#define FIMG_VERSION 142
|
||||
|
||||
/*
|
||||
* in memory descriptor
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* incrustator experimental
|
||||
* incrustator VERY experimental
|
||||
* KRKRK
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user