Hi all,
I need to apply a Base64 encoded image (it is downloaded from my site) to a Gideros Texture or Bitmap class. Is that possible? I have found a bit slow lua decoder but I cannot apply it to any of the Gideros availble classes since it is in raw data format after the decoding.
Comments
You can do the same. You can save the raw data as :
Better search google for http://www.google.lv/search?q=Base64+lua
http://facepunch.com/showthread.php?t=1135811
It is a bit slow for image files decoding but with the use of a coroutine I managed to overcome the pausing of Gideros player.
I have attached the library in that post for anyone that may be interested in.
Likes: vitalitymobile