Gmagick::setimageresolution

(PECL gmagick >= Unknown)

Gmagick::setimageresolutionSets the image resolution

Descrição

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

Sets the image resolution.

Parâmetros

xResolution

The image x resolution.

yResolution

The image y resolution.

Valor Retornado

The Gmagick object on success.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

To Top