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