update : 2015.11.03
php.shukuma.com검색:
|
Gmagick::resizeimage(PECL gmagick >= Unknown) Gmagick::resizeimage — Scales an image 설명
public void Gmagick::resizeimage
( int
$width
, int $height
, int $filter
, float $blur
[, bool $fit = false
] )Scales an image to the desired dimensions with a filter. 인수
반환값The Gmagick object on success 오류/예외Throws an GmagickException on error. |