cgif

Fast GIF encoder library and utility written in C

brewmacoslinux
Try with needOr install directly
Source

About

GIF encoder written in C

Commands

cgif

Examples

Encode a sequence of PNG images into an animated GIF$ cgif -o output.gif frame1.png frame2.png frame3.png
Create a GIF with custom frame delay (10 centiseconds per frame)$ cgif -o animated.gif -d 10 image1.png image2.png image3.png
Encode images with reduced color palette (256 colors)$ cgif -o output.gif -c 256 input1.png input2.png