I am doing this project to understand the data compression algorithm behind Layzej's NPR project. The following is what this project doing: 1. Import image list containing 480 x 360 pixel data (in decimal). 2. Convert colour data from decimal to hexadecimal. 3. Group one vertical line of the image into one line in the list. 4. Render image using the compressed list. The compression reduced the data size from 1.39 MB to 0.98 MB.
This project is based on Layzej's projects: " RGB Untethered" Thank you Layzej. The Dec to Hex algorithm is based on EncloCreations's project "Decimal to Hexadecimal Converter". Thank you EncloCreations.