An open API service indexing awesome lists of open source software.

https://github.com/miniupnp/ngiflib

GIF picture format decoding library written in C
https://github.com/miniupnp/ngiflib

Last synced: about 1 year ago
JSON representation

GIF picture format decoding library written in C

Awesome Lists containing this project

README

          

ngiflib version 0.5.
(c) Thomas BERNARD
All rights Reserved
Tous droits réservés.

Please contact me at thomas.bernard8@free.fr if you want to use this library.
Contactez moi à l'adresse thomas.bernard8@free.fr si vous voulez utiliser cette
bibliothèque.

defines :
DEBUG : add debug functions
NGIFLIB_NO_FILE : remove dependencies to stdio FILE
NGIFLIB_INDEXED_ONLY : remove code for truecolor output
NGIFLIB_ENABLE_CALLBACKS : enable palette and line callbacks
DNGIFLIBSDL_LOG : enable log to stdout in ngiflibSDL.c
EXTRA_MALLOC_CHECK : add null check for the return value of ngiflib_malloc() calls