Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 572 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 572 Bytes

to_gif

Linux shell script to align multiple jpg images and convert into an animated gif

Dependencies (all part of the ubuntu repositories):

  • exiv2
  • gifsicle
  • hugin
  • imagemagick

Installation:

If all dependencies are correctly installed and available on the `$PATH` copy **to_gif.sh** into your `$PATH` and make it executable. Then copy its manpage **to_gif.sh.1** into a directory shown by `manpath`.

Exemplary usage:

to_gif.sh *.img
to_gif.sh -d 100 -s 90 *.img

Help:

man to_gif.sh
to_gif.sh -h