Skip to content
/ gifify Public

Create gifs with more than 256 colors using transparency and multiple palettes

Notifications You must be signed in to change notification settings

aalien/gifify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

gifify

Create gifs with more than 256 colors

How to use

Currently, gifify needs external tools to create the final gif file. Makes a lot of assumptions about the formatting of the input file.

  1. gifify < picture.ppm
  2. ppmtogif -transparent "#ddffff" frameN.ppm > frameN.gif
  3. convert -delay 1 frame*.gif picture.gif

License

MIT

Copyright

Antti Laine antti.a.laine@iki.fi

About

Create gifs with more than 256 colors using transparency and multiple palettes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages