CakeFest 2024: The Official CakePHP Conference

Gmagick::rollimage

(PECL gmagick >= Unknown)

Gmagick::rollimageOffsets an image

Açıklama

public Gmagick::rollimage(int $x, int $y): Gmagick

Offsets an image as defined by x and y.

Bağımsız Değişkenler

x

The x offset.

y

The y offset.

Dönen Değerler

The Gmagick object on success

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