Gmagick
PHP Manual

Gmagick::rollimage

(PECL gmagick >= Unknown)

Gmagick::rollimageOffsets an image

Описание

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

Offsets an image as defined by x and y.

Список параметров

x

The x offset.

y

The y offset.

Возвращаемые значения

The Gmagick object on success

Ошибки

Вызывает GmagickException при ошибке.


Gmagick
PHP Manual