Gmagick::setimageresolution

(PECL gmagick >= Unknown)

Gmagick::setimageresolutionSets the image resolution

說明

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

Sets the image resolution.

參數

xResolution

The image x resolution.

yResolution

The image y resolution.

回傳值

The Gmagick object on success.

錯誤/例外

錯誤時拋出 GmagickException

add a note add a note

User Contributed Notes

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