The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Go to the documentation of this file.
3 #ifndef GIFBITMAP_HEADER_READ
4 #define GIFBITMAP_HEADER_READ 1
7 #ifdef HAVE_CSTD_INCLUDE
14 #ifdef SIGNED_COMPARE_SLOW
16 typedef unsigned short int count_short;
24 GIFBitmap (
const int w,
const int h,
const int bpp=1);
29 void write (
const string filename);
40 void GIFEncode(FILE* fp,
41 int GWidth,
int GHeight,
46 int *Red,
int *Green,
int *Blue);
48 int GIFNextPixel(
void);
49 void Putword(
int w, FILE* fp);
50 void compress(
int init_bits, FILE* outfile);
55 void char_out(
int c );
68 const int HSIZE = 5003;
79 unsigned short codetab [
HSIZE];
96 unsigned long cur_accum;
102 static const unsigned long masks[];
104 #endif // #ifndef GIFBITMAP_HEADER_READ
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.