Pixel art transitions

I was just messing around with transition.to() with pixel art and it seems that the images are tearing a bit as they transition into place. I was just curious if anyone else had ran into this issue and knew how to fix it. Thanks :slight_smile:

I haven’t seen anything massively terrible, but I have a notoriously terrible eye. Lava Level would know the best, I think, as they are  pixelart experts (with Corona, at least). Do you have a bit of code we can test out, and/or a video/GIF we can compare our tests to?

Hi @Garrettsavo,

Please see the following document and check “magTextureFilter” and “minTextureFilter”. These are used to control how Corona filters images.

http://docs.coronalabs.com/api/library/display/setDefault.html

Best regards,

Brent

Thanks changing the display settings helped

I haven’t seen anything massively terrible, but I have a notoriously terrible eye. Lava Level would know the best, I think, as they are  pixelart experts (with Corona, at least). Do you have a bit of code we can test out, and/or a video/GIF we can compare our tests to?

Hi @Garrettsavo,

Please see the following document and check “magTextureFilter” and “minTextureFilter”. These are used to control how Corona filters images.

http://docs.coronalabs.com/api/library/display/setDefault.html

Best regards,

Brent

Thanks changing the display settings helped