GD 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

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 指定目标图像的高度和宽度。

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

参见 jpeg2wbmp()


GD 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程