功 能
png2wbmp 是PHP函式,用於將 PNG 圖像檔案轉換為 WBMP 圖像檔案。
語 法
int png2wbmp ( string $pngname , string $wbmpname , int $d_height , int $d_width , int $threshold )
參數說明
將名為 pngname的 PNG 檔案轉換為 WBMP 格式,並存為 wbmpname。用 d_height和 d_width指定目標圖像的高度和寬度。
注 意
WBMP 支持僅在 PHP 與 Gd-1.8 或更高版本一起編譯時可用。