Gmagick::rollimage

(PECL gmagick >= Unknown)

Gmagick::rollimageOffsets an image

Descrição

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

Offsets an image as defined by x and y.

Parâmetros

x

The x offset.

y

The y offset.

Valor Retornado

The Gmagick object on success

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

To Top