GoLang Gmagick::rollimage

request it (220)
GoLang replacement for PHP's Gmagick::rollimage [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::rollimage? Write it!

PHP Gmagick::rollimage

PHP original manual for Gmagick::rollimage [ show | php.net ]

Gmagick::rollimage

(PECL gmagick >= Unknown)

Gmagick::rollimageOffsets an image

Description

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

Offsets an image as defined by x and y.

Parameters

x

The x offset.

y

The y offset.

Return Values

The Gmagick object on success

Errors/Exceptions

Throws an GmagickException on error.