Gmagick
PHP Manual

Gmagick::rollimage

(PECL gmagick >= Unknown)

Gmagick::rollimageOffsets an image

Descrizione

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

Offsets an image as defined by x and y.

Elenco dei parametri

x

The x offset.

y

The y offset.

Valori restituiti

The Gmagick object on success

Errori/Eccezioni

Throws an GmagickException on error.


Gmagick
PHP Manual