首页
PHP
Tags
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
imagecreatetruecolor
imagecreatetruecolor
创建一个新的真彩色图像
名称:
imagecreatetruecolor
分类:
图像处理GD
所属语言:
php
一句话介绍:
创建一个新的真彩色图像
相关内容
多语言环境下处理字体和编码问题(结合 imagettftext())
7
使用 imagecreatetruecolor() 创建动态图像
3
创建透明背景图像的正确方法
6
同类函数
imagejpeg
imagejpeg
将图像输出到浏览器或文件
imagettftext
imagettftext
使用TrueType字体将文本写入图像
imagefilltoborder
imagefilltoborder
区域填充到指定颜色的边界为止
imagepalettetotruecolor
imagepalettetotruecolor
将基于调色板的图像转换为真彩色
imagecolorsforindex
imagecolorsforindex
获取索引的颜色
imagedashedline
imagedashedline
画一条虚线
imagestringup
imagestringup
垂直绘制一个字符串
imageaffine
imageaffine
使用可选的剪切区域返回包含仿射变换的sr
热门文章
创建透明背景图像的正确方法
多语言环境下处理字体和编码问题(结合 imagettftext())
使用 imagecreatetruecolor() 创建动态图像