CakeFest 2024: The Official CakePHP Conference

Gmagick::setsize

(PECL gmagick >= Unknown)

Gmagick::setsizeSets the size of the Gmagick object

Açıklama

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.

Bağımsız Değişkenler

columns

The width in pixels.

rows

The height in pixels.

Dönen Değerler

The Gmagick object.

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

add a note

User Contributed Notes

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