影象處理和 GD
- 簡介
- 安裝/配置
- 預定義常量
- 範例
- GD 和影象處理 函式
- gd_info — 取得當前安裝的 GD 庫的資訊
- getimagesize — 取得影象大小
- getimagesizefromstring — 從字串中獲取影象尺寸資訊
- image_type_to_extension — 取得影象型別的檔案後綴
- image_type_to_mime_type — 取得 getimagesize,exif_read_data,exif_thumbnail,exif_imagetype 所返回的影象型別的 MIME 型別
- image2wbmp — 以 WBMP 格式將影象輸出到瀏覽器或檔案
- imageaffine — 返回經過仿射變換后的影象,剪下區域可選
- imageaffinematrixconcat — Concatenate two affine transformation matrices
- imageaffinematrixget — Get an affine transformation matrix
- imagealphablending — 設定影象的混色模式
- imageantialias — 是否使用抗鋸齒(antialias)功能
- imagearc — 畫橢圓弧
- imageavif — 輸出圖像到瀏覽器或檔案。
- imagebmp — Output a BMP image to browser or file
- imagechar — 水平地畫一個字元
- imagecharup — 垂直地畫一個字元
- imagecolorallocate — 為一幅影象分配顏色
- imagecolorallocatealpha — 為一幅影象分配顏色 + alpha
- imagecolorat — 取得某畫素的顏色索引值
- imagecolorclosest — 取得與指定的顏色最接近的顏色的索引值
- imagecolorclosestalpha — 取得與指定的顏色加透明度最接近的顏色
- imagecolorclosesthwb — 取得與給定顏色最接近的色度的黑白色的索引
- imagecolordeallocate — 取消影象顏色的分配
- imagecolorexact — 取得指定顏色的索引值
- imagecolorexactalpha — 取得指定的顏色加透明度的索引值
- imagecolormatch — 使一個影象中調色板版本的顏色與真彩色版本更能匹配
- imagecolorresolve — 取得指定顏色的索引值或有可能得到的最接近的替代值
- imagecolorresolvealpha — 取得指定顏色 + alpha 的索引值或有可能得到的最接近的替代值
- imagecolorset — 給指定調色板索引設定顏色
- imagecolorsforindex — 取得某索引的顏色
- imagecolorstotal — 取得一幅影象的調色板中顏色的數目
- imagecolortransparent — 將某個顏色定義為透明色
- imageconvolution — 用係數 div 和 offset 申請一個 3x3 的摺積矩陣
- imagecopy — 拷貝影象的一部分
- imagecopymerge — 拷貝併合併圖像的一部分
- imagecopymergegray — 用灰度拷貝併合併圖像的一部分
- imagecopyresampled — 重採樣拷貝部分影象並調整大小
- imagecopyresized — 拷貝部分影象並調整大小
- imagecreate — 新建一個基於調色板的影象
- imagecreatefromavif — 由檔案或 URL 建立一個新圖像。
- imagecreatefrombmp — 由檔案或 URL 建立一個新圖像。
- imagecreatefromgd2 — 從 GD2 檔案或 URL 新建一影象
- imagecreatefromgd2part — 從給定的 GD2 檔案或 URL 中的部分新建一影象
- imagecreatefromgd — 從 GD 檔案或 URL 新建一影象
- imagecreatefromgif — 由檔案或 URL 建立一個新圖像。
- imagecreatefromjpeg — 由檔案或 URL 建立一個新圖像。
- imagecreatefrompng — 由檔案或 URL 建立一個新圖像。
- imagecreatefromstring — 從字串中的影象流新建一影象
- imagecreatefromtga — 由檔案或 URL 建立一個新圖像。
- imagecreatefromwbmp — 由檔案或 URL 建立一個新圖像。
- imagecreatefromwebp — 由檔案或 URL 建立一個新圖像。
- imagecreatefromxbm — 由檔案或 URL 建立一個新圖像。
- imagecreatefromxpm — 由檔案或 URL 建立一個新圖像。
- imagecreatetruecolor — 新建一個真彩色影象
- imagecrop — Crop an image to the given rectangle
- imagecropauto — Crop an image automatically using one of the available modes
- imagedashedline — 畫一虛線
- imagedestroy — 銷燬一影象
- imageellipse — 畫一個橢圓
- imagefill — 區域填充
- imagefilledarc — 畫一橢圓弧且填充
- imagefilledellipse — 畫一橢圓並填充
- imagefilledpolygon — 畫一多邊形並填充
- imagefilledrectangle — 畫一矩形並填充
- imagefilltoborder — 區域填充到指定顏色的邊界為止
- imagefilter — 對影象使用過濾器
- imageflip — Flips an image using a given mode
- imagefontheight — 取得字型高度
- imagefontwidth — 取得字型寬度
- imageftbbox — 給出一個使用 FreeType 2 字型的文字框
- imagefttext — 使用 FreeType 2 字型將文字寫入影象
- imagegammacorrect — 對 GD 影象應用 gamma 修正
- imagegd2 — 將 GD2 影象輸出到瀏覽器或檔案
- imagegd — 將 GD 影象輸出到瀏覽器或檔案
- imagegetclip — Get the clipping rectangle
- imagegetinterpolation — Get the interpolation method
- imagegif — 輸出圖像到瀏覽器或檔案。
- imagegrabscreen — Captures the whole screen
- imagegrabwindow — Captures a window
- imageinterlace — 啟用或禁用隔行掃瞄
- imageistruecolor — 檢查影象是否為真彩色影象
- imagejpeg — 輸出圖像到瀏覽器或檔案。
- imagelayereffect — 設定 alpha 混色標誌以使用繫結的 libgd 分層效果
- imageline — 畫一條線段
- imageloadfont — 載入一新字型
- imageopenpolygon — Draws an open polygon
- imagepalettecopy — 將調色板從一幅影象拷貝到另一幅
- imagepalettetotruecolor — Converts a palette based image to true color
- imagepng — 以 PNG 格式將影象輸出到瀏覽器或檔案
- imagepolygon — 畫一個多邊形
- imagerectangle — 畫一個矩形
- imageresolution — Get or set the resolution of the image
- imagerotate — 用給定角度旋轉影象
- imagesavealpha — 設定標記以在儲存 PNG 影象時儲存完整的 alpha 通道資訊(與單一透明色相反)
- imagescale — Scale an image using the given new width and height
- imagesetbrush — 設定畫線用的畫筆影象
- imagesetclip — Set the clipping rectangle
- imagesetinterpolation — Set the interpolation method
- imagesetpixel — 畫一個單一畫素
- imagesetstyle — 設定畫線的風格
- imagesetthickness — 設定畫線的寬度
- imagesettile — 設定用於填充的貼圖
- imagestring — 水平地畫一行字串
- imagestringup — 垂直地畫一行字串
- imagesx — 取得影象寬度
- imagesy — 取得影象高度
- imagetruecolortopalette — 將真彩色影象轉換為調色板影象
- imagettfbbox — 取得使用 TrueType 字型的文字的範圍
- imagettftext — 用 TrueType 字型向影象寫入文字
- imagetypes — 返回目前 PHP 版本所支援的影象型別
- imagewbmp — 以 WBMP 格式將影象輸出到瀏覽器或檔案
- imagewebp — 將 WebP 格式的影象輸出到瀏覽器或檔案
- imagexbm — 將 XBM 影象輸出到瀏覽器或檔案
- iptcembed — 將二進制 IPTC 數據嵌入到一幅 JPEG 影象中
- iptcparse — 將二進制 IPTC 塊解析為單個標記
- jpeg2wbmp — 將 JPEG 影象檔案轉換為 WBMP 影象檔案
- png2wbmp — 將 PNG 影象檔案轉換為 WBMP 影象檔案
- GdImage — GdImage 類