update : 2015.11.03
php.shukuma.com검색:
|
png2wbmp(PHP 4 >= 4.0.5, PHP 5, PHP 7) png2wbmp — Convert PNG image file to WBMP image file 설명
bool png2wbmp
( string
$pngname
, string $wbmpname
, int $dest_height
, int $dest_width
, int $threshold
)Converts a PNG file into a WBMP file. 인수
반환값
성공 시 예제
Example #1 png2wbmp() example
<?php 주의
|