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
- Host: GitHub
- URL: https://github.com/miniupnp/ngiflib
- Owner: miniupnp
- Created: 2016-11-22T08:36:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T22:53:25.000Z (over 1 year ago)
- Last Synced: 2025-04-06T08:27:24.338Z (about 1 year ago)
- Language: C
- Size: 5.75 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: readme.txt
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