How BMP to GIF conversion works
BMP decode → normalized image frames → GIF encode
Reading BMP
BMP input is decoded as an uncompressed or simply compressed bitmap with limited metadata.
Creating GIF
GIF output uses a limited palette and simple transparency, so photographs and smooth gradients may lose detail.