How BMP to PNG conversion works
BMP decode → normalized image frames → PNG encode
Reading BMP
BMP input is decoded as an uncompressed or simply compressed bitmap with limited metadata.
Creating PNG
PNG output preserves lossless pixels and alpha, but this static target does not retain animation.