How BMP to WebP conversion works
BMP decode → normalized image frames → WebP encode
Reading BMP
BMP input is decoded as an uncompressed or simply compressed bitmap with limited metadata.
Creating WebP
WebP output supports compact lossy or lossless images, alpha, and compatible animation frames.