| convert can produce an animated gif from multiple png, ps, etc., files | ||||
| e.g., | convert -delay 20 CFG*.png movie.gif | |||
| e.g., | convert -delay 30 CFG*.ps movie.gif | |||
| convert also can produce a single gif from a single png, ps, etc., file | ||||
| e.g., | convert CFG001.png CFG001.gif | |||
gifsicle combines gif images into an animated gif
| ||||
| gifsicle is readily downloaded and runs at the Linux command prompt | ||||
| e.g., | gifsicle CFG*.gif > triJ12.gif | |||
| with the images I used, gifsicle output was much (50x) smaller than animated gifs from convert | ||||
| from png | tri12Jpng | tri6Jpng |
| from ps | tri12Jps | tri6Jps |