Imagick::deconstructImages()
Imagick::deconstructImages - Returns certain pixel differences between images
Syntax
Imagick Imagick::deconstructImages ()
Arguments
-
Description
Compares each image with the next in a sequence and returns the maximum bounding region of any pixel differences it discovers.
Version
PHP PECL imagick 2.0.0
Return value
Returns a new Imagick object on success. Throw an ImagickExceptionon error.