>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/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
