Home - dloebl/cgif GitHub Wiki
Welcome to the CGIF wiki!
CGIF is a GIF encoder library written in C. This wiki covers the general usage of the CGIF encoder and provides further technical information on the GIF file format.
Getting started
To get started, we suggest that you have a look at our code examples. cgif_example_video.c
is an example that creates a GIF animation. cgif_example.c
is an example for a static GIF image.