----Important---- Be patient, the more different pixels, the slower it will take. If you have an image with all the colors it could take hours to process -----Controls----- Press "d" to display the encoded image Press e to encode the image. Press "c" to toggle between color or black and white Save the lists by right clicking the "data" list then exporting it. To import an image, right click the data list again and click the import and chose the exported document. -----Version 1 optimizations----- I optimized it by checking if the pixel was the same color as the previous, making simpler images render faster, and even with more complex images still speeds it up by around 5%. Further optimizations will be made in the future, including adding a black-and-white option so images with black and white will be much faster. Another optimization I might add is a quad-cell system. -----Version 2 optimizations/features----- Added 2 color support, allowing for images to be about 90% faster when black and white. Make sure to only import black and white images as it will not work if it is a color image.
Credit goes to Griffpatch for some of the pixel color decoding, but I further optimized it to make it fast enough to decode an entire screen in 10-15 minutes depending on your computer's processing power. It would take around 2 days without the optimization.