first working version of singlepass

This commit is contained in:
2021-01-13 16:09:27 +01:00
parent 0d536187fd
commit 35e7354396
12 changed files with 135 additions and 30 deletions

View File

@@ -79,14 +79,6 @@ int foo, type;
foo = faire_la_somme(&g_fifo, NULL, step);
/* BEGIN GRUIK CODE */
extern int convert_to_gray;
/* END OF THE KLUGE */
if (convert_to_gray) {
fimg_to_gray(&g_fifo.total);
// fprintf(stderr, "%p gray-washed\n", &fifo.total);
}
if (postproc)
foo = crapulator(&g_fifo.total, postproc, 0.0);
else