php8.5
Home/ Manual/ gmagick / gmagick/ Gmagick::setsize

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

columns

The width in pixels.

rows

The height in pixels.

Return Values

The Gmagick object.

Errors/Exceptions

Throw

Source: reference/gmagick/gmagick/setsize.xml · from the official PHP manual (php/doc-en)