ftp.nice.ch/pub/next/unix/graphics/jpeg.NIHS.bs.tar.gz#/jpeg/giflib.h

This is giflib.h in view mode; [Download] [Up]

/*
Copyright Notice:
	Copyright 1990 Robert C. Hood
	This software is distributed "as is" without warranty.  Use this software at your OWN RISK.  Source may be distributed freely, at NO CHARGE, but must be accompanied by this documentation and copyright notice.
*/
int GIF_xsize;
int GIF_ysize;
int GIF_xpos;
int GIF_ypos;
int GIF_curx;
int GIF_cury, GIF_ytemp, GIF_ystart;
unsigned char *GIF_globalmap, *GIF_localmap;
int GIF_swidth, GIF_sheight;
char GIF_gmap, GIF_lmap, GIF_interlaced, GIF_colorres, GIF_gbits, GIF_lbits;
unsigned char GIF_background;

FILE *GIF_file;
unsigned int GIF_bitbuffer;
unsigned char GIF_buffer [256];
int GIF_bufptr, GIF_max;
int GIF_bits;

unsigned char *r, *b, *g;

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.