Gmagick
PHP Manual

Gmagick::setimageresolution

(PECL gmagick >= Unknown)

Gmagick::setimageresolutionSets the image resolution

설명

public void 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.


Gmagick
PHP Manual