Dutch PHP Conference 2025 - Call For Papers

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution

Опис

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

Sets the image units of resolution.

Параметри

resolution

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

Значення, що повертаються

The Gmagick object.

Помилки/виключення

Викидає GmagickException у разі помилки.

add a note

User Contributed Notes

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