GoLang Imagick::__construct

request it (269)
GoLang replacement for PHP's Imagick::__construct [edit | history]



Do you know a GoLang replacement for PHP's Imagick::__construct? Write it!

PHP Imagick::__construct

PHP original manual for Imagick::__construct [ show | php.net ]

Imagick::__construct

(PECL imagick 2.0.0)

Imagick::__constructThe Imagick constructor

Description

Imagick::__construct ([ mixed $files ] )

Creates an Imagick instance for a specified image or set of images.

Parameters

files

The path to an image to load or an array of paths. Paths can include wildcards for file names, or can be URLs.

Return Values

Returns a new Imagick object on success.

Errors/Exceptions

Throws ImagickException on error.