bos.write4Bytes(Height / 2);
bos.write2Bytes(Planes);
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);