You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Linux shell script to align multiple .jpg images and convert into an animated .gif