PUT_2B 205 wrbmp.c PUT_2B(bmpinfoheader, 0, 40); /* biSize */ PUT_2B 208 wrbmp.c PUT_2B(bmpinfoheader, 12, 1); /* biPlanes - must be 1 */ PUT_2B 209 wrbmp.c PUT_2B(bmpinfoheader, 14, bits_per_pixel); /* biBitCount */ PUT_2B 216 wrbmp.c PUT_2B(bmpinfoheader, 32, cmap_entries); /* biClrUsed */ PUT_2B 270 wrbmp.c PUT_2B(bmpcoreheader, 0, 12); /* bcSize */ PUT_2B 271 wrbmp.c PUT_2B(bmpcoreheader, 4, cinfo->output_width); /* bcWidth */ PUT_2B 272 wrbmp.c PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */ PUT_2B 273 wrbmp.c PUT_2B(bmpcoreheader, 8, 1); /* bcPlanes - must be 1 */ PUT_2B 274 wrbmp.c PUT_2B(bmpcoreheader, 10, bits_per_pixel); /* bcBitCount */