morph

Transforms a image into another image by inserting n in-between images. Requires at least two images. If more images are present, the 2nd image is transformed into the 3rd, the 3rd to the 4th, etc.

morph
()

Parameters

images
Type: Image[]

The images to use.

frames
Type: size_t

The number of frames to inster between the images.

Meta