/giffy

Create Animated GIF from PNGs, JPEGs and, of course, GIFs

Primary LanguageGoMIT LicenseMIT

giffy: Create Animated GIF

Go codecov License: MIT

Install

% go get -u github.com/otiai10/giffy

Example

% giffy -i 'example/*.png'
9 files found. Decoding...
✔ ✔ ✔ ✔ ✔ ✔ ✔ ✔ ✔
Encoded successfully to animated.gif
%

Output

Options

$ giffy -h
Usage of giffy:
  -delay int
    	Delay in milliseconds (default 1000)
  -i string
    	Input source images
  -loop int
    	Loop count (0 == infinite)
  -o string
    	Output file name (default "animated.gif")
  -quiet
      Do not output verbose log