Hi,
I am trying to build a photo app,and the only way I found of scalling my images is using the scale() function in corona.
I want to export my image in the 512x512 resolution,but I don’t know how to calculate the exact params that I have to insert in the scale function.
e.g. for 512x512 image then image:scale(n,m)
n,m are numbers/params
Thank you.