PHP imagecolorstotal - 取得一幅图像的调色板中颜色的数目
imagecolorstotal — 取得一幅图像的调色板中颜色的数目。
语法
int imagecolorstotal ( resource $image )
本函数返回指定图像的调色板中的颜色数目。
相关文章
- imagecolorat() 取得某像素的颜色索引值。
- imagecolorsforindex() 取得某索引的颜色。
imagecolorstotal — 取得一幅图像的调色板中颜色的数目。
int imagecolorstotal ( resource $image )
本函数返回指定图像的调色板中的颜色数目。
点我分享笔记