jpeg2wbmp -- Convert JPEG image file to WBMP image file
Syntax
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.
jpeg2wbmp php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php jpeg2wbmp syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.