Implementation to write an AbstractImage into a BMP format file.
Implementation to write an AbstractImage into a BMP format file. Note that it support 24Bits colors max, 8 bits per color (and no alpha) If alpha is present in AbstractImage, it will be ignored. (Does not support compressed BMP)