PHP 8.3.4 Released!

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution

Descrição

public Gmagick::setimageunits(int $resolution): Gmagick

Sets the image units of resolution.

Parâmetros

resolution

One of the Resolution constant (Gmagick::RESOLUTION_*).

Valor Retornado

The Gmagick object.

Erros/Exceções

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top