The Imagick class
PHP Manual

Imagick::morphImages

(No version information available, might be only in CVS)

Imagick::morphImagesMethod morphs a set of images

Beschreibung

Imagick Imagick::morphImages ( int $number_frames )
Warnung

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

Method morphs a set of images. Both the image pixels and size are linearly interpolated to give the appearance of a meta-morphosis from one image to the next.

Parameter-Liste

number_frames

The number of in-between images to generate.

Rückgabewerte

This method returns a new Imagick object on success and throws an ImagickException on error.


The Imagick class
PHP Manual