ImageEn, unit iemview

TImageEnMView.CreateMorphingSequence

TImageEnMView.CreateMorphingSequence


Declaration

procedure CreateMorphingSequence(Source: TImageEnView; Target: TImageEnView; FramesCount: Integer);


Description

Creates a sequence of frames which are the transformation of the Source image to Target image. FramesCount specifies the number of frames to create.
If Source and target are both TImageEnVect, then a set of iekLINE objects must describe the tranformation.
If Source and target are both TImageEnView, then a set of Line layers describes the tranformation.

Note:
 The PixelFormat of both images must be ie24RGB (true color)
 The dimensions of the images must be identical
 The Source and Target must contain an identical number of lines and applied in the same order
 Does not call OnCreateImage


Demo

Demo  Demos\Other\Morphing\Morphing.dpr