Skip to content
Daniel Löbl edited this page Jul 11, 2021 · 1 revision

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.

Clone this wiki locally