Home > PHP > Function > > Imagick::morphImages()

Imagick::morphImages()

Imagick::morphImages - Method morphs a set of images

Syntax

Imagick Imagick::morphImages (int $number_frames)

Arguments

  • number_frames - The number of in-between images to generate.

Description

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.

Version

PHP PECL imagick 2.0.0

Return value

This method returns a new Imagick object on success. Throw an ImagickExceptionon error.