I’ve inserted an image (png) into my application but they all get disorted. Like this image of the appstore icon: http://www.urme.com/corona-image-dump.png
All images I insert looks like this, they get an extra pixel at the top and left.
The only workaround I’ve found is to add 2 transparent pixels around all my images.
Why does this happen?
My code for inserting the image:
local storeLink\_ico = display.newImageRect("assets/icon-appstore.png", 33, 33);
[import]uid: 35378 topic_id: 14229 reply_id: 314229[/import]

[import]uid: 52491 topic_id: 14229 reply_id: 52458[/import]