Skip to content

GIF picture format decoding library written in C

Notifications You must be signed in to change notification settings

miniupnp/ngiflib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfbedec · Mar 16, 2025
Mar 4, 2023
Dec 18, 2017
Jan 7, 2024
Jan 7, 2024
Dec 1, 2016
Jan 7, 2024
Jan 8, 2018
Nov 25, 2023
Jul 14, 2023
Jan 14, 2025
Jan 7, 2024
Aug 11, 2021
Mar 16, 2025
Jan 8, 2018
Nov 25, 2023

Repository files navigation

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

Please contact me at [email protected] if you want to use this library.
Contactez moi à l'adresse [email protected] 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