Not finding what you are looking for? Request a recipe!
The algorithms is discussed below. From an image, we first extract BitmapData and then extract pixel by pixel color data (RGB) as ByteArray (of RGB uints). Next, we use ZLib compression algorithm, given in the ByteArray Class, to compress the data, so as to efficiently save memory space. Lastly, c ...