How To Detect Transparency In PNG Images
I recently came across a problem where I needed to check for transparency in PNG images using PHP. After some digging with the help of my partner Josh, we came up with the following php function: function png_has_transparency( $filename ) … Continue reading