[magick-users] 2 image fade over time for image sequence
Fred Weinhaus
fmw at alink.net
Mon Feb 2 15:44:18 PST 2009
>Can anybody post a sample script (dos command line) for fading two images in
>one over a sequence of 5 images (imageA(8) + imageB(0) + imageC1; imageA(80)
>+ imageB(20) + imageC2; imageA(60) + imageB(40) + imageC3; imageA(20) +
>imageB(80) + imageC4; imageA(0) + imageB(100) + imageC5)?
>
>
>
>Anybody has a glorious idea?
see composite -blend
change the blend factor by 0, 25, 50, 75, 100%, then create a
multi-frame gif for animation
see
http://www.imagemagick.org/Usage/compose/#blend
http://www.imagemagick.org/Usage/anim_basics/
More information about the Magick-users
mailing list