

#define USE_PIXELART_CRT 0 // PixelArt CRT : Scanlines for pixel art (high performance cost) #define USE_ADVANCED_CRT 0 // Advanced CRT : Simulates an old CRT TV display. #define USE_CA 0 // Chromatic Aberration : Mimics the look of a cheap camera lens, by distorting the colors. #define USE_EXPLOSION 0 // Explosion : Scatters the pixels, making the image look fuzzy. #define USE_FXAA 0 // FXAA Anti-aliasing : Smoothens jagged lines using the FXAA technique. #define USE_SMAA 1 // SMAA Anti-aliasing : Smoothens jagged lines using the SMAA technique. #define USE_CARTOON 0 // Cartoon : "Toon"s the image. #define USE_ASCII 0 // Ascii : Converts the image to Ascii-art. Effects are listed in the order that they are applied.
