Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<iptcparsepng2wbmp>
Last updated: Tue, 19 Sep 2006

jpeg2wbmp

(PHP 4 >= 4.0.5, PHP 5)

jpeg2wbmp -- Convert JPEG image file to WBMP image file

Description

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

Converts the jpegname JPEG file to WBMP format, and saves it as wbmpname. With the d_height and d_width you specify the height and width of the destination image.

Note: JPEG support is only available if PHP was compiled against GD-1.8 or later.

Note: WBMP support is only available if PHP was compiled against GD-1.8 or later.

See also png2wbmp().




<iptcparsepng2wbmp>
Last updated: Tue, 19 Sep 2006