Hi all,
I´m just wondering about down scale with corona.
If I create images with e.g. Paint.net or Photoshop and I save my image in 2048 × 1536, i would support IPad Retina resolution.
Now I add the image with display.newImageRect. The image should be down scaled automatically by corona.
As far as I understand, the preferred way is to save my image in different resolutions and a prefix to the image name (@2x, @4x,…).
So I would save my image with photoshop in 1024 x 768 and in 512 x 384.
Now I have:
image@4x.png --> 2048 x 1536
image@2x.png --> 1024 x 768
image.png --> 512 x 384
Corona will now use the preferred image dependent on the device resolution.
But if I only save my image in 2048 x 1536 as image.png, corona will downscale my image automatically, isn´t it?
So why should I save my images in different resolutions if corona does that automatically?
Thanks for you help and best regards,
Alex