Skip to content
/ giffy Public

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

License

Notifications You must be signed in to change notification settings

otiai10/giffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages