How BMP to AVIF conversion works
BMP decode → normalized image frames → AVIF encode
Reading BMP
BMP input is decoded as an uncompressed or simply compressed bitmap with limited metadata.
Creating AVIF
AVIF output favors small files and supports alpha and animation, but encoding can take longer.