Gmagick
PHP Manual

Gmagick::setimageresolution

(PECL gmagick >= Unknown)

Gmagick::setimageresolutionSets the image resolution

Description

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

Sets the image resolution.

Liste de paramètres

xResolution

The image x resolution.

yResolution

The image y resolution.

Valeurs de retour

The Gmagick object on success.

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.


Gmagick
PHP Manual