update : 2015.11.03
php.shukuma.com

검색:
 
 
Sets the image resolution

Gmagick::setimageresolution

(PECL gmagick >= Unknown)

Gmagick::setimageresolutionSets the image resolution

설명

public Gmagick Gmagick::setimageresolution ( float $xResolution , float $yResolution )

Sets the image resolution.

인수

xResolution

The image x resolution.

yResolution

The image y resolution.

반환값

The Gmagick object on success.

오류/예외

Throws an GmagickException on error.