| Pass 1 | Apply dots of slightly alternating gamma to fake dither. Reduce the color depth to 16bpp. Increase the color depth back to 24bpp.  | 
| Pass 2 | Apply gamma of 1.3 for even lines and 1.2 for odd lines | 
| Pass 3 | Filter a pixel to the right determined by mean | 
| Pass 4 | Repeat | 
| Pass 5 | Repeat | 
| Pass 6 | Repeat | 
| #define USE_LEIFX_REDUCT  1 //[0 or 1] Reduce to 16bpp with dither #define USE_LEIFX_FILTER 1 //[0 or 1] Filter the image  |