Not finding what you are looking for? Request a recipe!

  1. Not yet rated

    Write an efficient Image - Base64 String Convertor to use it ...

    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 ...

  • Results 1-1 of 1