Gmagick::setsize
(PECL gmagick >= Unknown)
Gmagick::setsize — Sets the size of the Gmagick object
Beschreibung
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
.
Parameter-Liste
-
columns
-
The width in pixels.
-
rows
-
The height in pixels.
Rückgabewerte
The Gmagick object.
Fehler/Exceptions
Wirft bei einem Fehler eine GmagickException.