PHP » GoLang |
login |
register |
about
|
jpeg2wbmp(PHP 4 >= 4.0.5, PHP 5, PHP 7) jpeg2wbmp — Convert JPEG image file to WBMP image file Warning
jpeg2wbmp() has been deprecated as of PHP 7.2.0, and will be removed as of PHP 8.0.0. Use imagecreatefromjpeg() and imagewbmp() instead. Description
bool jpeg2wbmp
( string
$jpegname
, string $wbmpname
, int $dest_height
, int $dest_width
, int $threshold
)Converts a JPEG file into a WBMP file. Parameters
Return Values
Returns Examples
Example #1 jpeg2wbmp() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|