首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
imagepalettetotruecolor
imagepalettetotruecolor
将基于调色板的图像转换为真彩色
名称:
imagepalettetotruecolor
分类:
图像处理GD
所属语言:
php
一句话介绍:
将基于调色板的图像转换为真彩色
相关内容
PHP serialize 与文件上传结合使用时的最佳实践
6
PHP is_nan 与 is_float 的联合使用场景
5
常见 mysqli_stmt::$error 报错案例教学合集
2
time_nanosleep 与高精度计时工具结合使用技巧
4
同类函数
imagescale
imagescale
使用给定的新宽度和高度缩放图像
imagexbm
imagexbm
将XBM图像输出到浏览器或文件
imagefilter
imagefilter
对图像应用滤镜
imagecolorresolvealpha
imagecolorresolvealpha
获取指定颜色的索引+alpha或其最接近
imagesetthickness
imagesetthickness
设定画线的宽度
imagecreatetruecolor
imagecreatetruecolor
创建一个新的真彩色图像
imagesetinterpolation
imagesetinterpolation
设置插值方法
imagecreatefromgd
imagecreatefromgd
从GD文件或URL创建新图像
热门文章