Decoding library for GIF image file format
Decoding library for the GIF image file format
libnsgif
$ gcc -o gif_decoder decoder.c $(pkg-config --cflags --libs libnsgif)
$ pkg-config --modversion libnsgif
$ brew list libnsgif