= Unknown)Gmagick::setsize — Sets the size of the Gmagick object說明public Gmagick::setsize(int $columns, int $rows): Gma">

Gmagick::setsize

(PECL gmagick >= Unknown)

Gmagick::setsizeSets the size of the Gmagick object

說明

public 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.

參數(shù)

columns

The width in pixels.

rows

The height in pixels.

返回值

The Gmagick object.

錯誤/異常

錯誤時拋出 GmagickException。