Page 1 of 1

making image transitions programmatically,how to ?

Posted: 2012-07-18T09:18:53-07:00
by umen
Hello all
im beginner with this great lib .
i need to make programmatically transitions between 2 images , with simple effect .
is there any link to tutorial / example / books to give me good kickstarter on the subject ?
Thanks

Re: making image transitions programmatically,how to ?

Posted: 2012-07-18T11:40:31-07:00
by fmw42
The trick is to create masks that you can program to change to composite the images together in a loop to create an animation. see my scripts, fxtransitions and transitions at the link below. Sorry I only know shell scripting of the command line. I do not know any API.

Re: making image transitions programmatically,how to ?

Posted: 2012-07-18T11:47:21-07:00
by umen
fred thanks ,
i know this site very good job you did there .
but i really need to make it work via c/c++ interface

Re: making image transitions programmatically,how to ?

Posted: 2012-07-18T12:00:53-07:00
by el_supremo
For the command line, see Anthony's examples of Colour and Resize Morphing at:
http://www.imagemagick.org/Usage/anim_mods/#morph

For the MagickWand API, see http://www.imagemagick.org/api/magick-i ... orphImages

Pete

Re: making image transitions programmatically,how to ?

Posted: 2012-07-18T12:21:49-07:00
by umen
Thanks allot i will try it , by the way it can be also in perl or other interface that i can convert easily to c++ /c
also question i have is , does each command line operations can be translated to API operation ?