Searched refs:FlagByte (Results 1 – 1 of 1) sorted by relevance
223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local251 FlagByte = 0x80; /* Yes, there is a global color table */ in emit_header()252 FlagByte |= (BitsPerPixel-1) << 4; /* color resolution */ in emit_header()253 FlagByte |= (BitsPerPixel-1); /* size of global color table */ in emit_header()254 putc(FlagByte, dinfo->pub.output_file); in emit_header()