The Imagick class
PHP Manual

Imagick::deconstructImages

(PECL imagick 2.0.0)

Imagick::deconstructImagesReturns certain pixel differences between images

Beschreibung

bool Imagick::deconstructImages ( void )
Warnung

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

Compares each image with the next in a sequence and returns the maximum bounding region of any pixel differences it discovers.

Rückgabewerte

Liefert TRUE bei Erfolg.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.


The Imagick class
PHP Manual