PHP Manual: jpeg2wbmp
jpeg2wbmp
Description
bool jpeg2wbmp ( string jpegname, string wbmpname, int dest_height, int dest_width, int threshold )Converts a JPEG file into a WBMP file.
Parameters
jpegnamePath to JPEG file
wbmpnamePath to destination WBMP file
dest_heightDestination image height
dest_widthDestination image width
threshold
Notes
Note: WBMP support is only available if PHP was compiled against GD-1.8 or later.
Note: JPEG support is only available if PHP was compiled against GD-1.8 or later.