BG Color I am using #6699FF 102 153 255 Starting image size 512x384 - fan.tiff Add a border around image - makes image 532x404 convert -border 10x10 -bordercolor "#6699ff" fan.tiff test.tiff Add a caption convert -font helvetica -fill red -pointsize 14 -draw 'text 446,404 "sondak@bu.edu"' test.tiff test2.tiff # ANIMATION convert -delay 20 .loop 0 file*.gif anim.gif animate anim.gif # PERL SCRIPTS Perl script to do above on all files in a directory annotate.pl Images/ ImagesOut/ Perl Script to do image manipulation on all files in a directory: (uses a script written by Aaron Fuegi (aarondf@bu.edu) that is available upon request) convall -outformat gif convall -command "convert -resize 50% " -outformat ppm Photoshop script Image Size - 50% Canvas Size - -20 pixels X&Y Canvas Size - +20 pixels X&Y - foreground color