The Imagick class
PHP Manual

Imagick::__construct

(PECL imagick 2.0.0)

Imagick::__constructThe Imagick constructor

Description

Imagick Imagick::__construct ([ mixed $files ] )
Warning

This function is currently not documented; only its argument list is available.

The Imagick constructor

Parameters

files

The path to an image to load or array of paths

Return Values

Returns a new Imagick object on success. Throw an ImagickException on error.


The Imagick class
PHP Manual