The Imagick class
PHP Manual

Imagick::__construct

(PECL imagick 2.0.0)

Imagick::__constructThe Imagick constructor

Beschreibung

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

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

The Imagick constructor

Parameter-Liste

files

The path to an image to load or array of paths

Rückgabewerte

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


The Imagick class
PHP Manual