PUT_4B            200 wrbmp.c          PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
PUT_4B            202 wrbmp.c          PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */
PUT_4B            206 wrbmp.c          PUT_4B(bmpinfoheader, 4, cinfo->output_width); /* biWidth */
PUT_4B            207 wrbmp.c          PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */
PUT_4B            213 wrbmp.c            PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
PUT_4B            214 wrbmp.c            PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
PUT_4B            265 wrbmp.c          PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
PUT_4B            267 wrbmp.c          PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */