bos.write2Bytes(BitCount);
bos.write4Bytes(Compression);
bos.write4Bytes(SizeImage);
bos.write4Bytes(XPelsPerMeter);
bos.write4Bytes(YPelsPerMeter);
bos.write4Bytes(ColorsUsed);
bos.write4Bytes(ColorsImportant);
bos.write4Bytes(RedMask);
bos.write4Bytes(GreenMask);
bos.write4Bytes(BlueMask);
bos.write4Bytes(AlphaMask);