首页
PHP
Tags
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
imagecolorset
imagecolorset
设置指定调色板索引的颜色
名称:
imagecolorset
分类:
图像处理GD
所属语言:
php
一句话介绍:
设置指定调色板索引的颜色
相关内容
使用 imagecreatefromgd2() 与 imagejpeg() 将 GD2 图像转为 JPEG
2
进阶:如何用 array_chunk 和闭包函数结合实现批量操作
6
使用 pack() 与 fwrite() 写入二进制日志文件
2
使用 zip_read() 解压 Zip 中存在空目录的问题
1
同类函数
imagecreatefromgd
imagecreatefromgd
从GD文件或URL创建新图像
imageline
imageline
画一条线
imagecreatefromgd2
imagecreatefromgd2
从GD2文件或URL创建新图像
imagefilledrectangle
imagefilledrectangle
绘制一个填充的矩形
getimagesizefromstring
getimagesizefromstring
从字符串中获取图像的大小
imagecropauto
imagecropauto
使用其中一种可用模式自动裁剪图像
imageresolution
imageresolution
获取或设置图像的分辨率
imagecolorat
imagecolorat
获取像素颜色的索引
热门文章