首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
imagecreatetruecolor
imagecreatetruecolor
創建一個新的真彩色圖像
名稱:
imagecreatetruecolor
分類:
圖像處理GD
所屬語言:
php
一句話介紹:
創建一個新的真彩色圖像
相關內容
imagecreatetruecolor 和imagealphablending 實現半透明效果
2
如何結合imagecreatetruecolor 與imagettftext 實現動態驗證碼
4
使用imagecreatetruecolor 出現"headers already sent" 錯誤的原因
2
同類函數
imagecolorexact
imagecolorexact
獲取指定顏色的索引
imagecharup
imagecharup
垂直繪製一個字符
imagecreatetruecolor
imagecreatetruecolor
創建一個新的真彩色圖像
imagefilltoborder
imagefilltoborder
區域填充到指定顏色的邊界為止
image_type_to_extension
image_type_to_extension
獲取圖像類型的文件擴展名
imagesetinterpolation
imagesetinterpolation
設置插值方法
imagecolorclosestalpha
imagecolorclosestalpha
獲取與指定顏色+alpha最接近的顏色的
imagedashedline
imagedashedline
畫一條虛線
熱門文章
使用imagecreatetruecolor 出現"headers already sent" 錯誤的原因
如何結合imagecreatetruecolor 與imagettftext 實現動態驗證碼
imagecreatetruecolor 和imagealphablending 實現半透明效果