My app downloads images when it’s running. Therefore an image shown on the screen is downloaded from the Internet, such as a news article image.
Usually I try to set xScale/yScale for the image. However, I found with scaling, the image is still too “high quality”.
I mean if I show 10 images on the screen, the scrolling of the screen is kind of jammed. I think it’s because those 10 images are all too “high quality”.
Is there any function or any way in CoronaSDK I can use to make an image “lower quality” before I put it on the screen?