Gmagick
PHP Manual

Gmagick::setimageresolution

(PECL gmagick >= Unknown)

Gmagick::setimageresolutionSets the image resolution

Descrizione

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

Sets the image resolution.

Elenco dei parametri

xResolution

The image x resolution.

yResolution

The image y resolution.

Valori restituiti

The Gmagick object on success.

Errori/Eccezioni

Throws an GmagickException on error.


Gmagick
PHP Manual