Decoding library for GIF image file format
Decoding library for the GIF image file format
$ gcc -o gif_converter converter.c -lnsgif$ cc -I/usr/local/include -L/usr/local/lib -lnsgif extract_frames.c -o extract_frames$ gcc -c gif_reader.c -I/usr/local/include && gcc gif_reader.o -o reader -L/usr/local/lib -lnsgif$ #include <nsgif.h> /* Link with: -lnsgif */