|
PHP5中文手册
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_height 和 d_width 指定目标图像的高度和宽度。
参见 jpeg2wbmp()。 |