png2wbmp

(PHP 4 >= 4.0.5, PHP 5)

png2wbmp -- 将 PNG 图像文件转换为 WBMP 图像文件

说明

int png2wbmp ( string pngname, string wbmpname, int d_height, int d_width, int threshold )

将名为 pngname 的 PNG 文件转换为 WBMP 格式,并存为 wbmpname。用 d_heightd_width 指定目标图像的高度和宽度。

注: WBMP 支持仅在 PHP 与 GD-1.8 或更高版本一起编译时可用。

参见 jpeg2wbmp()


add a note add a note User Contributed Notes
There are no user contributed notes for this page.