How BMP to TIFF conversion works
BMP decode → normalized image frames → TIFF encode
Reading BMP
BMP input is decoded as an uncompressed or simply compressed bitmap with limited metadata.
Creating TIFF
TIFF output can preserve multiple images and rich color data, but compatibility and file size vary by codec.