jpeg2wbmp

(PHP 4 >= 4.0.5, PHP 5)

jpeg2wbmp -- 将 JPEG 图像文件转换为 WBMP 图像文件

说明

int jpeg2wbmp ( string jpegname, string wbmpname, int d_height, int d_width, int threshold )

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

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

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

参见 png2wbmp()


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