程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> PHP圖形處理函數總結概覽

PHP圖形處理函數總結概覽

編輯:關於PHP編程

getimagesize: 取得圖片的長寬。
imagearc: 畫弧線。
imagechar: 寫出橫向字符。
imagecharup: 寫出直式字符。
imagecolorallocate: 匹配顏色。
imagecolortransparent: 指定透明背景色。
imagecopyresized: 復制新圖並調整大小。
imagecreate: 建立新圖。
imagedashedline: 繪虛線。
imagedestroy: 結束圖形。
imagefill: 圖形著色。
imagefilledpolygon: 多邊形區域著色。
imagefilledrectangle: 矩形區域著色。
imagefilltoborder: 指定顏色區域內著色。
imagefontheight: 取得字型的高度。
imagefontwidth:這個PHP圖形處理函數 取得字型的寬度。
imageinterlace: 使用交錯式顯示與否。
imageline: 繪實線。
imageloadfont: 載入點陣字型。
imagepolygon: 繪多邊形。
imagerectangle: 繪矩形。
imagesetpixel: 繪點。
imagestring: 繪橫式字符串。
imagestringup: 繪直式字符串。
imagesx: 取得圖片的寬度。
imagesy: 取得圖片的高度。
imagettfbbox: 計算 ttf 文字所占區域。
imagettftext: 寫 ttf 文字到圖中。
imagecolorat: 該PHP圖形處理函數取得圖中指定點顏色的索引值。
imagecolorclosest: 計算色表中與指定顏色最接近者。
imagecolorexact: 計算色表上指定顏色索引值。
imagecolorresolve: 計算色表上指定或最接近顏色的索引值。
imagecolorset: 配置色表上指定索引的顏色。
imagecolorsforindex: 取得色表上指定索引的顏色。
imagecolorstotal: 計算圖的顏色數。
imagepsloadfont: 載入 postscript 字型。
imagepsfreefont: 卸下 postscript 字型。
imagepsencodefont: postscript 字型轉成向量字。
imagepstext: 寫 postscript 文字到圖中。
imagepsbbox: 計算 postscript 文字所占區域。
imagecreatefrompng: 取出 png 圖型。
imagepng: 建立 png 圖型。
imagecreatefromgif: 取出 gif 圖型。
imagegif: 建立 gif 圖型。

以上這一列表就是PHP圖形處理函數的所有種類。


  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved