Making transitions between images and output as set of image

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
umen
Posts: 12
Joined: 2012-06-27T06:49:24-07:00
Authentication code: 13

Making transitions between images and output as set of image

Post by umen »

after digging in the ++ test examples and the scripts on the web ,
I notice that each time building transitions between images , there is need to always work with miff files
(sort of image container ?? )
my question is simple and I need some pointers here .
Is there away to take set of 2 images for example , build some kind of transition effect ( something simple)
And output it as set of 10 images that contains the transition animation ?
I really will love to get example , no matter what script language.
Thanks allot
Post Reply