Is there a way to easily identify if an image has one of this before running decode? Ideally, I want do run in every image and then show the decode button in those that have one.

Replies (1)

It’ll only be PNG images for now (because other image types like jpeg compress the final image, which changes the pixels where the information is stored) I don’t have another detection method other than attempting to decode currently, but I can try and think of something