anim - a perl program to create animated gif files

Back 

$> anim

anim - Version: 0.3
       written by Michael Panhorst 

USAGE: anim -crop [-delay|-text|-special|
              -pointsize|-output|-verbose|-keep] 

            -crop x{+-}{+-}{%}
            -delay <1/100ths of a second> (Standard is 100)
            -text
            -special
            -pointsize 
            -output  (Standard is anim.gif)
            -verbose
            -keep

anim

This program uses the Image::Magick libraries to create a video from several given images. Additionally, the '-special' flag adds the actual time and current of a measurement as orange text inside the video, that was saved using with the CVB-Video program (see other categories for examples).

Check out the source code.
Perl (version> 5.8.5), the Getopt::Long and the Image::Magick libraries have to be installed.

anim runs on GNU/Linux.