Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我编写的一个程序中,HTML5 画布数据被转换为data-url并toDataURL()存储在数据库中。现在我想确定这些 PNG 图像中的哪些是空白的(所有位都是透明的)。
toDataURL()
有什么方法可以用 Javascript 或 PHP 确定吗?