On Mon, 14 Sep 2009 19:14:26 -0700 Fred Weinhaus <[email protected]> wrote:
| try using -distort SRT | | see http://www.imagemagick.org/Usage/distorts/#srt | Try this... Substitute whatever image you want! convert rose: \( -clone 0--1 \) \( -clone 0--1 \) \( -clone 0--1 \) \ \( -clone 0--1 \) \( -clone 0--1 \) \ -distort SRT '%[fx:2^(t/8)] 0' \ -set delay 10 -loop 0 miff:- | animate - Each set of parenthesis doubles the number of clone images the SRT zooms the image by the factor calculated. doubling the zoom every 8 frames. You can even adjust the 'center of the zoom in a similar way! or even add a rotation! Anthony Thyssen ( System Programmer ) <[email protected]> ----------------------------------------------------------------------------- "You know, just once I'd like to meet an alien menace that wasn't immune to bullets. -- Brigadier, Doctor Who, "Robot" ----------------------------------------------------------------------------- Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
