Compare commits
No commits in common. "98affe4b403005619745ba1a9616a9571e234ef9" and "bcc534a54d13ef41ce1402b5d649f0b5f39f4ea3" have entirely different histories.
98affe4b40
...
bcc534a54d
@ -4,7 +4,7 @@
|
|||||||
* http://la.buvette.org/photos/cumul
|
* http://la.buvette.org/photos/cumul
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FIMG_VERSION 142
|
#define FIMG_VERSION 141
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* in memory descriptor
|
* in memory descriptor
|
||||||
|
@ -112,9 +112,9 @@ int xs, ys, xd, yd;
|
|||||||
int count;
|
int count;
|
||||||
float rgb[3];
|
float rgb[3];
|
||||||
|
|
||||||
if (verbosity > 1) {
|
if (verbosity) {
|
||||||
fimg_describe(in, "extractor: source");
|
fimg_describe(in, "source");
|
||||||
fimg_describe(out, "extractor: destination");
|
fimg_describe(out, "destination");
|
||||||
// print_rectangle(rect);
|
// print_rectangle(rect);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* incrustator VERY experimental
|
* incrustator experimental
|
||||||
* KRKRK
|
* KRKRK
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user