last commit from outerspace

This commit is contained in:
tTh
2022-07-11 06:12:25 +02:00
parent 3eed90c3e7
commit 1b598227c3
6 changed files with 45 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
/*
* This thing is just a mess !
* ***************************
*/
#include <stdio.h>
#include <stdlib.h>
@@ -103,15 +104,19 @@ for (idx=optind; idx<argc; idx++) {
compte++;
}
/* XXX */
/* XXX */
if (experiment) {
}
/* XXX */
/* XXX */
if (to_gray) {
foo = fimg_desaturate(&accu, &accu, 0);
/* ?
* but here, final picture is in RGB shape, so export give us
* also an image rgb-shaped. this is not optimal, I think.
*/
if (foo) {
fprintf(stderr, "desaturate: error %d\n", foo);
}