-
Notifications
You must be signed in to change notification settings - Fork 15
Home
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.
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.