On Sat, 10 Oct 2009 07:55:03 -0700 Fred Weinhaus <[email protected]> wrote:
| >How to use imagemagick to view images like a slideshow? | | see animate | http://www.imagemagick.org/script/animate.php | | http://www.imagemagick.org/Usage/basics/#animate | | Another method I have experimented with is to generate a 'morph' between two images, show that animation to the final image, and pause on that image while the next 'morph' is generated on-the-fly. What I mean is that the 'next' image was not decided until after the current image is being displayed. This was highly experimental and requires the use of -remote to control a running animate window. get the script http://www.imagemagick.org/Usage/scripts/slideshow_morph This program took a list of images (preferably all the same size) and randomly selects each image, morphing from one image to the next. Another script http://www.imagemagick.org/Usage/scripts/slideshow_next worked on the same principle but locates a previously running 'animate' window, creating one if not found, and morphs the last image (its filename recorded in the file "last_image" in the current directory) to the new just given image. These are highly experimental and probably needs more work to make it better. No gurantees. Anthony Thyssen ( System Programmer ) <[email protected]> ----------------------------------------------------------------------------- "Human?" "Yeah. Is that optional" "Well it is for me!" -- Dr Who 2007, "The Runaway Bride" ----------------------------------------------------------------------------- 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
