imagecolordeallocate

(PHP 4, PHP 5, PHP 7)

imagecolordeallocate取消图像颜色的分配

说明

imagecolordeallocate ( resource $image , int $color ) : bool

imagecolordeallocate() 函数取消先前由 imagecolorallocate()imagecolorallocatealpha() 分配的颜色。

<?php
$white 
imagecolorallocate($im255255255);
imagecolordeallocate($im$white);
?>

参见 imagecolorallocate()imagecolorallocatealpha()

相关文章
php gd 和图像处理 函数 取得图像类型的文件后缀php gd 和图像处理 函数 取得 getimagesize,exif read data,exif thumbnail,exif imagetype 所返回的图像类型的 mime 类型php gd 和图像处理 函数 为一幅图像分配颜色php gd 和图像处理 函数 为一幅图像分配颜色 + alphaphp gd 和图像处理 函数 取得与指定的颜色最接近的颜色的索引值php gd 和图像处理 函数 取得与指定的颜色加透明度最接近的颜色php gd 和图像处理 函数 取得与给定颜色最接近的色度的黑白色的索引php gd 和图像处理 函数 取消图像颜色的分配php gd 和图像处理 函数 使一个图像中调色板版本的颜色与真彩色版本更能匹配php gd 和图像处理 函数 取得一幅图像的调色板中颜色的数目php gd 和图像处理 函数 用灰度拷贝并合并图像的一部分php gd 和图像处理 函数 重采样拷贝部分图像并调整大小php gd 和图像处理 函数 拷贝部分图像并调整大小php gd 和图像处理 函数 新建一个真彩色图像php gd 和图像处理 函数 使用 freetype 2 字体将文本写入图像php gd 和图像处理 函数 将调色板从一幅图像拷贝到另一幅php gd 和图像处理 函数 设定画线用的画笔图像php gd 和图像处理 函数 将 webp 格式的图像输出到浏览器或文件php gd 和图像处理 函数 将 xbm 图像输出到浏览器或文件php gd 和图像处理 函数 将 png 图像文件转换为 wbmp 图像文件
关注编程学问公众号