首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
imagepalettecopy
imagepalettecopy
將調色板從一個圖像複製到另一個圖像
名稱:
imagepalettecopy
分類:
圖像處理GD
所屬語言:
php
一句話介紹:
將調色板從一個圖像複製到另一個圖像
相關內容
imagepalettecopy 與imagecreate 函數的配合使用示例
7
同類函數
imagecolorat
imagecolorat
獲取像素顏色的索引
imagecopy
imagecopy
複製圖像的一部分
getimagesizefromstring
getimagesizefromstring
從字符串中獲取圖像的大小
imageftbbox
imageftbbox
通過freetype2使用字體給出文本的
png2wbmp
png2wbmp
將PNG圖像文件轉換為WBMP圖像文件
imagerectangle
imagerectangle
繪製一個矩形
imageistruecolor
imageistruecolor
查找圖像是否為真彩色圖像
imagedashedline
imagedashedline
畫一條虛線
熱門文章
imagepalettecopy 與imagecreate 函數的配合使用示例