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