PHP imagecolorstotal – 取得一幅图像的调色板中颜色的数目

PHP imagecolorstotal - 取得一幅图像的调色板中颜色的数目

PHP 图像处理PHP 图像处理

imagecolorstotal — 取得一幅图像的调色板中颜色的数目。

语法


int imagecolorstotal ( resource $image )

本函数返回指定图像的调色板中的颜色数目。

相关文章

PHP 图像处理PHP 图像处理

计算机