wip wip wip

This commit is contained in:
tTh
2023-11-18 19:56:25 +01:00
parent 56941f1215
commit 2246a5d744
10 changed files with 58 additions and 65 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
calcluts.c
----------
voir aussi: luts15bits.c
voir aussi: luts15bits.c & palettes.c
*/
@@ -42,7 +42,7 @@ for (foo=0; foo<256; foo++) {
lut[foo] = quux;
}
return FUNC_IS_BETA;
return FUNC_IS_ALPHA;
}
/*::------------------------------------------------------------------::*/
int Image_calclut_foo(int *lut, int v0, int v255)
@@ -67,7 +67,7 @@ for (foo=0; foo<256; foo++) {
if (fp!=stdout) fclose(fp);
return FUNC_IS_BETA;
return FUNC_IS_ALPHA;
}
/*::------------------------------------------------------------------::*/
int Image_load_lut(int *lut, char *fname, int flag)
@@ -98,6 +98,6 @@ for (idx=0; idx<256; idx++) {
fclose(fp);
return FUNC_IS_BETA;
return FUNC_IS_ALPHA;
}
/*::------------------------------------------------------------------::*/