The Imagick class
PHP Manual

Imagick::deconstructImages

(PECL imagick 2.0.0)

Imagick::deconstructImagesReturns certain pixel differences between images

Opis

Imagick Imagick::deconstructImages ( void )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

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

Zwracane wartości

Returns a new Imagick object on success. Zgłasza wyjątek ImagickException gdy wystąpi błąd.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.


The Imagick class
PHP Manual