| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
png2wbmp(PHP 4 >= 4.0.5, PHP 5, PHP 7) png2wbmp — Convert PNG image file to WBMP image file 警告
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. 説明
bool png2wbmp
( string
$pngname
, string $wbmpname
, int $dest_height
, int $dest_width
, int $threshold
)Converts a PNG file into a WBMP file. パラメータ
返り値
成功した場合に 例
例1 png2wbmp() example
<?php |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「png2wbmp - Convert PNG image file to WBMP image file」をGoogle検索
|