Gmagick::setsize
PHP function
Edit on GitHub ✎
(PECL gmagick >= Unknown)
Sets the size of the Gmagick object
Description
Gmagick::setsize(int $columns, int $rows): Gmagick
Sets the size of the Gmagick object. Set it before you read a raw image format such as Gmagick::COLORSPACE_RGB, Gmagick::COLORSPACE_GRAY, or Gmagick::COLORSPACE_CMYK.
Parameters
columnsThe width in pixels.
rowsThe height in pixels.
Return Values
The Gmagick object.
Errors/Exceptions
Throw