Download ZIP
| Source Code | Changelog | Blog
This program generates an image where you can see 2 different images whether you use Reddit's Light Mode or Dark Mode
This program works by generating 2 images (a Dark Mode image and a Light Mode image). the Dark Mode image is basically a white image with all the pixels converted into the transparent part of the image. the Light Mode image is the same but instead of the image being white it is black. After this the images are pasted on top of each other. Although this works well, the image comes out inverted, to fix this the program inverts the input images before converting them into the final image.