| 章節內容 |
作者 |
日期 |
|
exif_imagetype -- 檢查圖型格式
exif_imagetype
(PHP 4 >= 4.3.0)
exif_imagetype -- 檢查圖型格式
說明:
int|false exif_imagetype ( string filename)
exif_imagetype() 讀取圖型的第一個位元檢查其規格.
|
|
2003 ¦~ 06 ¤ë09 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
exif_read_data -- 從 JPEG 或 TIFF讀取 EXIF 標頭
exif_read_data
(PHP 4 >= 4.2.0)
exif_read_data -- 從 JPEG 或 TIFF讀取 EXIF 標頭 . 你可以從數位相機中讀取資料標籤.
Description
array exif_read_data ( string filename [, s
|
|
2003 ¦~ 06 ¤ë09 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
exif_thumbnail -- 從 TIFF 或 JPEG 取得縮圖
exif_thumbnail
(PHP 4 >= 4.2.0)
exif_thumbnail -- 從 TIFF 或 JPEG 取得縮圖
說明:
string exif_thumbnail ( string filename [, int &width [, int &height [, int &imagetype]]])
exif_th
|
|
2003 ¦~ 06 ¤ë09 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
gd_info -- 取得目前GD函式庫支援狀況
gd_info
(PHP 4 >= 4.3.0)
gd_info -- 取得目前GD函式庫支援狀況
Description
array gd_info ( void)
回傳這個版本的函式庫支援功能一覽陣列.
GD Version GD版本
Fre
|
|
2003 ¦~ 06 ¤ë09 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
GetImageSize --- 取得GIF、JPEG、PNG或SWF圖形的大小
GetImageSize
(PHP3 , PHP4)
GetImageSize --- 取得GIF、JPEG、PNG或SWF圖形的大小
語法 : array getimagesize (string filename [, array imageinfo])
說明 :
GetImageSize( )
|
|
2003 ¦~ 06 ¤ë09 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
image_type_to_mime_type -- 取得圖檔mime
image_type_to_mime_type
(PHP 4 >= 4.3.0)
image_type_to_mime_type -- 從 getimagesize, exif_read_data, exif_thumbnail, exif_imagetype 取得圖檔mime 值
說明:
string image_type_to_mime_ty
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
image2wbmp -- 輸出wbmp格式圖檔
image2wbmp
(PHP 4 >= 4.0.5)
image2wbmp -- 輸出wbmp格式圖檔
說明
int image2wbmp ( resource image [, string filename [, int threshold]])
image2wbmp() 從圖檔中建立 WBMP 圖檔.
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagealphablending -- 設定圖檔混合模式
imagealphablending
(PHP 4 >= 4.0.6)
imagealphablending -- 設定圖檔混合模式
Description
int imagealphablending ( resource image, bool blendmode)
imagealphablending() allows for two
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageArc --- 畫弧線
ImageArc
(PHP3 , PHP4)
ImageArc --- 畫弧線
語法 : int imagearc (int im, int cx, int cy, int w, int h, int s, int e, int col)
說明 :
ImageArc( )在im所代表的圖形中
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageChar --- 畫一個水平的字元
ImageChar
(PHP3 , PHP4)
ImageChar --- 畫一個水平的字元
語法 : int imagechar (int im, int font, int x, int y, string c, int col)
說明 :
ImageChar( )在圖形 im上,
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageCharUp --- 畫一個垂直的字元
ImageCharUp
(PHP3 , PHP4)
ImageCharUp --- 畫一個垂直的字元
語法 : int imagecharup (int im, int font, int x, int y, string c, int col)
說明 :
ImageChar( )在圖形 im
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorAllocate --- 分配圖形的顏色
ImageColorAllocate
(PHP3 , PHP4)
ImageColorAllocate --- 分配圖形的顏色
語法 : int imagecolorallocate (int im, int red, int green, int blue)
說明 :
ImageColorAllocate(
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorAt --- 取得像素的顏色索引值
ImageColorAt
(PHP3 , PHP4)
ImageColorAt --- 取得像素的顏色索引值
語法 : int imagecolorat (int im, int x, int y)
說明 :
傳回圖形中指定位置的像素的顏色
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorClosest --- 取得最接近指定的顏色的索引值
ImageColorClosest
(PHP3 , PHP4)
ImageColorClosest --- 取得最接近指定的顏色的索引值
語法 : int imagecolorclosest (int im, int red, int green, int blue)
說明 :
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecolorclosestalpha -- 取得最接近指定的顏色的索引值及透明值
imagecolorclosestalpha
(PHP 4 >= 4.0.6)
imagecolorclosestalpha -- 取得最接近指定的顏色的索引值及透明值
說明
int imagecolorclosestalpha ( resource image, int red, int gree
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecolorclosesthwb -- Get the index of the color which has the hue, white and blackness nearest to the given color
imagecolorclosesthwb
(PHP 4 >= 4.0.1)
imagecolorclosesthwb -- Get the index of the color which has the hue, white and blackness nearest to the given color
Description
int imagecolorclosesth
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorDeAllocate --- 減少一個分配給圖形的顏色
語法 : int imagecolordeallocate (int im, int index)
說明 :
ImageColorDeAllocate( )減少一個先前ImageColorAllocate( )分配給圖形的顏色。
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorExact --- 取得指定的顏色的索引值
ImageColorExact
(PHP3 , PHP4)
ImageColorExact --- 取得指定的顏色的索引值
語法 : int imagecolorexact (int im, int red, int green, int blue)
說明 :
傳回圖形的
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecolorexactalpha --- 取得指定的顏色的索引值及透明值
ImageColorExact
( PHP4 >=4.0.6)
imagecolorexactalpha --- 取得指定的顏色的索引值及透明值
語法 : imagecolorexactalpha ( resource image, int red, int green, int blue, int
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorResolve --- 取得指定的或最接近的顏色的索引值
ImageColorResolve
(PHP3 >= 3.0.2 , PHP4)
ImageColorResolve --- 取得指定的或最接近的顏色的索引值
語法 : int imagecolorresolve (int im, int red, int green, int blue)
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecolorresolvealpha --- 取得指定的或最接近的顏色的索引值及透明值
imagecolorresolvealpha
(PHP3 >= 3.0.2 , PHP4)
imagecolorresolvealpha --- 取得指定的或最接近的顏色的索引值及透明值
語法 : int imagecolorresolvealpha ( resource image
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorSet --- 設定調色盤索引值的顏色
ImageColorSet
(PHP3 , PHP4)
ImageColorSet --- 設定調色盤索引值的顏色
語法 : bool imagecolorset (int im, int index, int red, int green, int blue)
說明 :
設定調
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorsForIndex --- 從索引值取得顏色
ImageColorsForIndex
(PHP3 , PHP4)
ImageColorsForIndex --- 從索引值取得顏色
語法 : array imagecolorsforindex (int im, int index)
說明 :
此函式傳回指定的顏色
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorsTotal --- 找出圖形的調色盤中顏色的數目
ImageColorsTotal
(PHP3 , PHP4)
ImageColorsTotal --- 找出圖形的調色盤中顏色的數目
語法 : int imagecolorstotal (int im)
說明 :
傳回圖形的調色盤中顏色
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageColorTransparent --- 定義透明的顏色
ImageColorTransparent
(PHP3 , PHP4)
ImageColorTransparent --- 定義透明的顏色
語法 : int imagecolortransparent (int im [, int col])
說明 :
ImageColorTransparent( )圖
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageCopy --- 複製一部份的圖形
ImageCopy
(PHP3 >= 3.0.6 , PHP4)
ImageCopy --- 複製一部份的圖形
語法 : int ImageCopy (int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecopymerge -- Copy and merge part of an image
imagecopymerge
(PHP 4 >= 4.0.1)
imagecopymerge -- Copy and merge part of an image
Description
int imagecopymerge ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecopymergegray -- Copy and merge part of an image with gray scale
imagecopymergegray
(PHP 4 >= 4.0.6)
imagecopymergegray -- Copy and merge part of an image with gray scale
Description
int imagecopymergegray ( resource dst_im, resource src_im, int dst_x, in
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecopyresampled -- Copy and resize part of an image with resampling
imagecopyresampled
(PHP 4 >= 4.0.6)
imagecopyresampled -- Copy and resize part of an image with resampling
Description
int imagecopyresampled ( resource dst_im, resource src_im, int dstX, in
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageCopyResized --- 複製圖形的一部份並且調整大小
ImageCopyResized
(PHP3 , PHP4)
ImageCopyResized --- 複製圖形的一部份並且調整大小
語法 : int imagecopyresized (int dst_im, int src_im, int dstX, int dstY, int srcX, int srcY,
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageCreate --- 建立一個新的圖形
ImageCreate
(PHP3 , PHP4)
ImageCreate --- 建立一個新的圖形
語法 : int imagecreate (int x_size, int y_size)
說明 :
ImageCreate( )傳回一個圖形的identifier,表
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecreatefromgd2 -- Create a new image from GD2 file or URL
imagecreatefromgd2
(PHP 4 >= 4.1.0)
imagecreatefromgd2 -- Create a new image from GD2 file or URL
Description
resource imagecreatefromgd2 ( string filename)
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecreatefromgd2part -- Create a new image from a given part of GD2 file or URL
imagecreatefromgd2part
(PHP 4 >= 4.1.0)
imagecreatefromgd2part -- Create a new image from a given part of GD2 file or URL
Description
resource imagecreatefromgd2part ( string filename, int s
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecreatefromgd -- Create a new image from GD file or URL
imagecreatefromgd
(PHP 4 >= 4.1.0)
imagecreatefromgd -- Create a new image from GD file or URL
Description
resource imagecreatefromgd ( string filename)
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageCreateFromGIF --- 從檔案或URL建立一個新的圖形
ImageCreateFromGIF
(PHP3 , PHP4)
ImageCreateFromGIF --- 從檔案或URL建立一個新的圖形
語法 : int imagecreatefromgif (string filename)
說明 :
ImageCreateFromGIF( )
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageCreateFromJPEG --- 從檔案或URL建立一個新的圖形
ImageCreateFromJPEG
(PHP3 >= 3.0.16 , PHP4 >= 4.0RC1)
ImageCreateFromJPEG --- 從檔案或URL建立一個新的圖形
語法 : int imagecreatefromjpeg (string filename)
說明 :
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageCreateFromPNG --- 從檔案或URL建立一個新的圖形
ImageCreateFromPNG
(PHP3 >= 3.0.13 , PHP4 >= 4.0b4)
ImageCreateFromPNG --- 從檔案或URL建立一個新的圖形
語法 : int imagecreatefrompng (string filename)
說明 :
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecreatefromstring -- Create a new image from the image stream in the string
imagecreatefromstring
(PHP 4 >= 4.0.4)
imagecreatefromstring -- Create a new image from the image stream in the string
Description
resource imagecreatefromstring ( string image)
imagecrea
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecreatefromwbmp -- Create a new image from file or URL
imagecreatefromwbmp
(PHP 4 >= 4.0.1)
imagecreatefromwbmp -- Create a new image from file or URL
Description
resource imagecreatefromwbmp ( string filename)
imagecreatefromwbmp() returns a
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecreatefromxbm -- Create a new image from file or URL
imagecreatefromxbm
(PHP 4 >= 4.0.1)
imagecreatefromxbm -- Create a new image from file or URL
Description
resource imagecreatefromxbm ( string filename)
imagecreatefromxbm() returns an im
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecreatefromxpm -- Create a new image from file or URL
imagecreatefromxpm
(PHP 4 >= 4.0.1)
imagecreatefromxpm -- Create a new image from file or URL
Description
resource imagecreatefromxpm ( string filename)
imagecreatefromxpm() returns an im
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagecreatetruecolor -- Create a new true color image
imagecreatetruecolor
(PHP 4 >= 4.0.6)
imagecreatetruecolor -- Create a new true color image
Description
resource imagecreatetruecolor ( int x_size, int y_size)
imagecreatetruecolor() retu
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageDashedLine --- 畫虛線
ImageDashedLine
(PHP3 , PHP4)
ImageDashedLine --- 畫虛線
語法 : int imagedashedline (int im, int x1, int y1, int x2, int y2, int col)
說明 :
ImageDashedLine( )在圖形 im
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageDestroy --- 結束圖形
ImageDestroy
(PHP3 , PHP4)
ImageDestroy --- 結束圖形
語法 : int imagedestroy (int im)
說明 :
ImageDestroy( )釋放任何和圖形 im關聯的記憶體,im是由imagecrea
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imageellipse -- Draw an ellipse
imageellipse
(PHP 4 >= 4.0.6)
imageellipse -- Draw an ellipse
Description
int imageellipse ( resource image, int cx, int cy, int w, int h, int col)
imageellipse() draws an ellipse centere
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageFill --- 將圖形著色
ImageFill
(PHP3 , PHP4)
ImageFill --- 將圖形著色
語法 : int imagefill (int im, int x, int y, int col)
說明 :
ImageFill( )在圖形 im中,將顏色 col填滿在 x,y起
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagefilledarc -- Draw a partial ellipse and fill it
imagefilledarc
(PHP 4 >= 4.0.6)
imagefilledarc -- Draw a partial ellipse and fill it
Description
int imagefilledarc ( resource image, int cx, int cy, int w, int h, int s, int e, int col, int
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagefilledellipse -- Draw a filled ellipse
imagefilledellipse
(PHP 4 >= 4.0.6)
imagefilledellipse -- Draw a filled ellipse
Description
int imagefilledellipse ( resource image, int cx, int cy, int w, int h, int col)
imagefilledelli
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageFilledPolygon --- 建立一個多邊形並且填滿顏色
ImageFilledPolygon
(PHP3 , PHP4)
ImageFilledPolygon --- 建立一個多邊形並且填滿顏色
語法 : int imagefilledpolygon (int im, array points, int num_points, int col)
說明 :
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageFilledRectangle --- 建立一個矩形並且填滿顏色
ImageFilledRectangle
(PHP3 , PHP4)
ImageFilledRectangle --- 建立一個矩形並且填滿顏色
語法 : int imagefilledrectangle (int im, int x1, int y1, int x2, int y2, int col)
說
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageFillToBorder --- 填滿到指定的顏色
ImageFillToBorder
(PHP3 , PHP4)
ImageFillToBorder --- 填滿到指定的顏色
語法 : int imagefilltoborder (int im, int x, int y, int border, int col)
說明 :
ImageFillToBord
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageFontHeight --- 取得字體的高度
ImageFontHeight
(PHP3 , PHP4)
ImageFontHeight --- 取得字體的高度
語法 : int imagefontheight (int font)
說明 :
傳回指定的字體中,字元的高度為多少像素
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageFontWidth --- 取得字體的寬度
ImageFontWidth
(PHP3 , PHP4)
ImageFontWidth --- 取得字體的寬度
語法 : int imagefontwidth (int font)
說明 :
傳回指定的字體中,字元的寬度為多少像素。
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imageftbbox -- Give the bounding box of a text using fonts via freetype2
imageftbbox
(PHP 4 >= 4.1.0)
imageftbbox -- Give the bounding box of a text using fonts via freetype2
Description
array imageftbbox ( int size, int angle, string font_file, string text [, ar
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagefttext -- Write text to the image using fonts using FreeType 2
imagefttext
(PHP 4 >= 4.1.0)
imagefttext -- Write text to the image using fonts using FreeType 2
Description
array imagefttext ( resource image, int size, int angle, int x, int y, int col, s
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageGammaCorrect --- 請求GD圖形gamma修正
ImageGammaCorrect
(PHP3 >= 3.0.13 , PHP4 >= 4.0.0)
ImageGammaCorrect --- 請求GD圖形gamma修正
語法 : int imagegammacorrect (int im, double inputgamma, double outputgamma)
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagegd2 -- Output GD2 image to browser or file
imagegd2
(PHP 4 >= 4.1.0)
imagegd2 -- Output GD2 image to browser or file
Description
int imagegd2 ( resource image [, string filename [, int chunk_size [, string type]]])
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagegd -- Output GD image to browser or file
imagegd
(PHP 4 >= 4.1.0)
imagegd -- Output GD image to browser or file
Description
int imagegd ( resource image [, string filename])
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageGIF --- 輸出圖形到瀏灠器或是檔案
ImageGIF
(PHP3 , PHP4)
ImageGIF --- 輸出圖形到瀏灠器或是檔案
語法 : int imagegif (int im [, string filename])
說明 :
ImageGIF( )將圖形 im建立在檔名 filena
|
|
2003 ¦~ 06 ¤ë10 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageInterlace --- 開啟或關閉交錯
ImageInterlace
(PHP3 , PHP4)
ImageInterlace --- 開啟或關閉交錯
語法 : int imageinterlace (int im [, int interlace])
說明 :
ImageInterlace( )開啟或關閉交錯位元
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageJPEG --- 輸出圖形到瀏灠器或是檔案
ImageJPEG
(PHP3 >= 3.0.16 , PHP4 >= 4.0RC1)
ImageJPEG --- 輸出圖形到瀏灠器或是檔案
語法 : int imagejpeg (int im [, string filename [, int quality]])
說明 :
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageLine --- 畫一條線
ImageLine
(PHP3 , PHP4)
ImageLine --- 畫一條線
語法 : int imageline (int im, int x1, int y1, int x2, int y2, int col)
說明 :
ImageLine( )在圖形 im中,從 x1 , y1到
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageLoadFont --- 載入新的字體
ImageLoadFont
(PHP3 , PHP4)
ImageLoadFont --- 載入新的字體
語法 : int imageloadfont (string file)
說明 :
ImageLoadFont( )載入一個使用者定義的點陣(bitmap)字
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagepalettecopy -- Copy the palette from one image to another
imagepalettecopy
(PHP 4 >= 4.0.1)
imagepalettecopy -- Copy the palette from one image to another
Description
int imagepalettecopy ( resource destination, resource source)
imagepalettecopy
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePNG --- 輸出PNG圖形到瀏灠器或是檔案
ImagePNG
(PHP3 >= 3.0.13 , PHP4 >= 4.0b4)
ImagePNG --- 輸出PNG圖形到瀏灠器或是檔案
語法 : int imagepng (int im [, string filename])
說明 :
ImagePNG( )輸出
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePolygon --- 畫一個多邊形
ImagePolygon
(PHP3 , PHP4)
ImagePolygon --- 畫一個多邊形
語法 : int imagepolygon (int im, array points, int num_points, int col)
說明 :
ImagePolygon( )在圖形 im中
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePSBBox --- 使用PostScript Type1字體取得文字矩形的區塊座標
ImagePSBBox
(PHP3 >= 3.0.9 , PHP4 >= 4.0RC1)
ImagePSBBox --- 使用PostScript Type1字體取得文字矩形的區塊座標
語法 : array imagepsbbox (string text, int font, int size
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagepscopyfont -- Make a copy of an already loaded font for further modification
imagepscopyfont
(PHP 3>= 3.0.9, PHP 4 )
imagepscopyfont -- Make a copy of an already loaded font for further modification
Description
int imagepscopyfont ( int fontindex)
Use this functi
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePSEncodeFont --- 改變字元編碼向量
ImagePSEncodeFont
(PHP3 >= 3.0.9 , PHP4 >= 4.0RC1)
ImagePSEncodeFont --- 改變字元編碼向量
語法 : int imagepsencodefont (string encodingfile)
說明 :
從檔案載
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePsExtendFont --- 延伸或縮短字體
ImagePsExtendFont
(PHP3 >= 3.0.9 , PHP4 >= 4.0RC1)
ImagePsExtendFont --- 延伸或縮短字體
語法 : bool imagepsextendfont (int font_index, double extend)
說明 :
延
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePSFreeFont --- 釋放使用PostScript Type 1字體的記憶體
ImagePSFreeFont
(PHP3 >= 3.0.9 , PHP4 >= 4.0RC1)
ImagePSFreeFont --- 釋放使用PostScript Type 1字體的記憶體
語法 : void imagepsfreefont (int fontindex)
說明 :
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePSLoadFont --- 從檔案載入PostScript Type 1字體
ImagePSLoadFont
(PHP3 >= 3.0.9 , PHP4 >= 4.0RC1)
ImagePSLoadFont --- 從檔案載入PostScript Type 1字體
語法 : int imagepsloadfont (string filename)
說明 :
正確的
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePsSlantFont --- 傾斜字體
ImagePsSlantFont
(PHP3 >= 3.0.9 , PHP4 >= 4.0RC1)
ImagePsSlantFont --- 傾斜字體
語法 : bool imagepsslantfont (int font_index, double slant)
說明 :
傾斜字體 font_
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImagePSText --- 使用PostScript Type1字體在圖形上畫出文字字串
ImagePSText
(PHP3 >= 3.0.9 , PHP4 >= 4.0RC1)
ImagePSText --- 使用PostScript Type1字體在圖形上畫出文字字串
語法 : array imagepstext (int image, string text, int font, i
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageRectangle --- 畫一個矩形
ImageRectangle
(PHP3 , PHP4)
ImageRectangle --- 畫一個矩形
語法 : int imagerectangle (int im, int x1, int y1, int x2, int y2, int col)
說明 :
ImageRectangle( )在圖形
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagerotate -- Rotate an image with a given angle
imagerotate
(PHP 4 >= 4.3.0)
imagerotate -- Rotate an image with a given angle
Description
ressource imagerotate ( resource src_im, float angle, int bgd_color)
Rotates the src_im image us
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagesetbrush -- Set the brush image for line drawing
imagesetbrush
(PHP 4 >= 4.0.6)
imagesetbrush -- Set the brush image for line drawing
Description
int imagesetbrush ( resource image, resource brush)
imagesetbrush() sets the brush image t
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageSetPixel --- 設定單一像素
ImageSetPixel
(PHP3 , PHP4)
ImageSetPixel --- 設定單一像素
語法 : int imagesetpixel (int im, int x, int y, int col)
說明 :
ImageSetPixel( )在圖形 im中,在 x,y的
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagesetstyle -- Set the style for line drawing
imagesetstyle
(PHP 4 >= 4.0.6)
imagesetstyle -- Set the style for line drawing
Description
int imagesetstyle ( resource image, array style)
imagesetstyle() sets the style to be used by al
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagesetthickness -- Set the thickness for line drawing
imagesetthickness
(PHP 4 >= 4.0.6)
imagesetthickness -- Set the thickness for line drawing
Description
void imagesetthickness ( resource image, int thickness)
imagesetthickness() sets the
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagesettile -- Set the tile image for filling
imagesettile
(PHP 4 >= 4.0.6)
imagesettile -- Set the tile image for filling
Description
int imagesettile ( resource image, resource tile)
imagesettile() sets the tile image to be used by
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageString --- 畫出水平的字串
ImageString
(PHP3 , PHP4)
ImageString --- 畫出水平的字串
語法 : int imagestring (int im, int font, int x, int y, string s, int col)
說明 :
ImageString( )在圖形 im
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageStringUp --- 畫出垂直的字串
ImageStringUp
(PHP3 , PHP4)
ImageStringUp --- 畫出垂直的字串
語法 : int imagestringup (int im, int font, int x, int y, string s, int col)
說明 :
ImageString( )在圖
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageSX --- 取得圖形的寬度
ImageSX
(PHP3 , PHP4)
ImageSX --- 取得圖形的寬度
語法 : int imagesx (int im)
說明 :
ImageSX( )傳回圖形 im的寬度。
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageSY --- 取得圖形的高度
ImageSY
(PHP3 , PHP4)
ImageSY --- 取得圖形的高度
語法 : int imagesy (int im)
說明 :
ImageSY( )傳回圖形 im的高度。
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagetruecolortopalette -- 轉碼一個真實色圖形變成調色盤圖形
imagetruecolortopalette
(PHP 4 >= 4.0.6)
imagetruecolortopalette -- 轉碼一個真實色圖形變成調色盤圖形
說明:
void imagetruecolortopalette ( resource image, bool dither, int n
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
Image --- 使用TypeType字體取得文字的區塊座標
ImageTTFBBox
(PHP3 , PHP4)
Image --- 使用TypeType字體取得文字的區塊座標
語法 : array imagettfbbox (int size, int angle, string fontfile, string text)
說明 :
此
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageTTFText --- 使用TrueType字體寫入文字到圖形中
ImageTTFText
(PHP3 , PHP4)
ImageTTFText --- 使用TrueType字體寫入文字到圖形中
語法 : array imagettftext (int im, int size, int angle, int x, int y, int col, string fontfile, st
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ImageTypes --- 傳回提供的圖形格式
ImageTypes
(PHP4 CVS only)
ImageTypes --- 傳回提供的圖形格式
語法 : int imagetypes(void);
說明 :
此函式傳回一個bit-field,來表示連結到PHP裡的GD版本
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
imagewbmp -- 輸出wbmp圖檔
imagewbmp
(PHP 3>= 3.0.15, PHP 4 >= 4.0.1)
imagewbmp -- 輸出wbmp圖檔
說明:
int imagewbmp ( resource image [, string filename [, int foreground]])
imagewbmp() 從im中建立WBMP
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
iptcembed -- 讓 IPTC執行檔 轉成 JPEG 圖檔
iptcembed
(PHP 3>= 3.0.7, PHP 4 )
iptcembed -- 讓 IPTC執行檔 轉成 JPEG 圖檔
說明:
array iptcembed ( string iptcdata, string jpeg_file_name [, int spool])
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
iptcparse --- 剖析二進制IPTC區塊成為它的單一旗標
[h3]iptcparse[/h3]
(PHP3 >= 3.0.6 , PHP4)
iptcparse --- 剖析二進制IPTC區塊成為它的單一旗標
語法 : array iptcparse (string iptcblock)
說明 :
這個函式剖
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
jpeg2wbmp -- 轉JPEG成WBMP 圖檔
jpeg2wbmp
(PHP 4 >= 4.0.5)
jpeg2wbmp -- Convert JPEG image file to WBMP image file
Description
int jpeg2wbmp ( string jpegname, string wbmpname, int d_height, int d_width, int threshold)
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
png2wbmp -- 轉檔PNG成WBMP 圖檔
png2wbmp
(PHP 4 >= 4.0.5)
png2wbmp -- 轉檔PNG成WBMP 圖檔
說明:
int png2wbmp ( string pngname, string wbmpname, int d_height, int d_width, int threshold)
轉檔png圖檔變成WBMP
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
read_exif_data --- 從JPEG圖形檔讀取EXIF標頭
read_exif_data
(PHP4 >= 4.0.1)
read_exif_data --- 從JPEG圖形檔讀取EXIF標頭
語法 : array read_exif_data (string filename)
說明 :
read_exif_data( )從JPEG圖形檔讀
|
|
2003 ¦~ 06 ¤ë11 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
| |