GD 函数
PHP 手册

imageistruecolor

(PHP 4 >= 4.3.2, PHP 5)

imageistruecolor检查图像是否为真彩色图像

说明

bool imageistruecolor ( resource $image )

imageistruecolor() 检查 image 图像是否为真彩色图像。

Note: 本函数需要 GD 2.0.1 或更高版本(推荐 2.0.28 及更高版本)。

参见 imagecreatetruecolor()


GD 函数
PHP 手册