I have a list of images, and without scanning through each pixel in each image, I want to find out if the image contains transparency (at least one non-opaque pixel).
Is there a shortcut to do this (like a property of bitmapData object) rather than looping through the pixels?
Thanks