PHP imagecolorstotal 图像GD库函数

  • 定义和用法

    imagecolorstotal - 取得一幅图像的调色板中颜色的数目
  • 版本支持

    PHP4 PHP5 PHP7
    支持 支持 支持
  • 语法

    imagecolorstotal ( resource $image )
    
    本函数返回指定图像的调色板中的颜色数目。
  • 参数

    参数 必需的 描述
    image 由图象创建函数(例如imagecreatetruecolor())或者由图像文件建立返回的图象资源。
  • 返回值

    一个整数。
  • 相关函数

    imagecolorat() - 取得某像素的颜色索引值
    imagecolorexact() - 取得指定颜色的索引值