Gmagick
PHP Manual

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.

エラー / 例外

エラー時に GmagickException をスローします。


Gmagick
PHP Manual