Scaled Images jaggy

I have 52 .png files that are all high resolution images of cards.

I am currently using :scale(.2, .2) to scale the image, and they are rather jaggy on the simulator. Is this because of the scaling, or because of the simulator?

Should I resize all 52 images to the actual size I need, or am I doing something wrong?

Thanks in advance! :slight_smile:
[import]uid: 26664 topic_id: 6244 reply_id: 306244[/import]

I would only expect scaled images to look good at halves. So .5 or .25

Why do you use images that large? If you have to scale them all down to .2 then just use images that size to begin with. [import]uid: 12108 topic_id: 6244 reply_id: 21563[/import]