Skip to content

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

License

Notifications You must be signed in to change notification settings

RonaldFindling/to_gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published