first working version of singlepass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user