In Corona you can easily show a image on screen using display.newImage.
That function reads the image data from a file.
Let’s say I already have the data of the image inside a variable (let’s say local myImageData), that I read manually using io read function.
Is there a way to show the image that is inside my myImageData variable without having to write the data to a file and use newImage?