Ipad images deformation

Hi,

We I use newImageRect with Ipad image is deformed.

For example if I have on my config.lua with=480 and height=320, and scaling zoomStretch, and image suffix @3x=2.1 and my original file is 100x100

display.newImageRec(“image.png”,100,100)

What measure would have the image for ipad?

Thanks

[import]uid: 44539 topic_id: 8661 reply_id: 308661[/import]

The zoomStretch scaling mode will distort images. Try zoomEven or letterbox instead.

Tim [import]uid: 8196 topic_id: 8661 reply_id: 31158[/import]