(PECL gmagick >= Unknown)
Offsets an image
public void Gmagick::rollimage ( int $x, int $y )
Offsets an image as defined by x and y.
Parameters:
x
The x offset.
y
The y offset.
Returns:
The Gmagick object on success
Exception:
Throws an GmagickException on error.
Please login to continue.