Gmagick::setimageresolution
(PECL gmagick >= Unknown)
Gmagick::setimageresolution — Sets the image resolution
Описание
public Gmagick Gmagick::setimageresolution
(
float $xResolution
,
float $yResolution
)
Список параметров
-
xResolution
-
The image x resolution.
-
yResolution
-
The image y resolution.
Возвращаемые значения
The Gmagick object on success.
Ошибки
Вызывает
GmagickException при ошибке.