Detecting if a PNG image file is a Transparent image?
- by kenny
I am looking for a way to quickly determine if a PNG image has transparent features. 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?