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