Check for Corrupt Images

I have an image that oscillates in opacity(glows) and it runs fine without error on the computer, but when compiled it locks the screen on my Android. I use the same code elsewhere without any problems, so I think its the image, but then, I have recreated the image used several times from Illustrator. I have heard that corrupt images can cause build errors and such. And knowing Illustrator, it isn’t too unlikely that it would give me multiple bad images.

Is there a way to check for corrupt images? [import]uid: 54716 topic_id: 15265 reply_id: 315265[/import]

During the build phase the terminal prints if there’s a corrupt image. (You can spot it in the mass of text because it’s spaced out differently to the standard lines you normally see when building.)

Alternatively, for an easy test, replace the image with another one - if it works, it’s an image issue, if not, you know to look elsewhere.

Peach :slight_smile: [import]uid: 52491 topic_id: 15265 reply_id: 56375[/import]

Thanks Peach! [import]uid: 54716 topic_id: 15265 reply_id: 56387[/import]