In a program I wrote, HTML5 canvas data are converted to data-url with toDataURL()
and stored in a database. Now I want to determine which of these PNG images are blank (all bits transparent).
Is there any way I can determine that with Javascript or PHP?