I am looking for a way to quickly determine if a PNG image has transparent features. That is, whether any portion of the image is translucent or displays the background in any way. Does anyone one know a simple way to detect this?
UPDATE: OK, is there a less complicated way then to pull out the PNG specification and hacking code?