AVIF
AV1 Image FileUsed for high-efficiency modern images.
- Family
- Images
- MIME
- image/avif
Convert AVIF to BMP online. See the real transparency flattening and image encoding behavior, preservation limits, and a format-specific acceptance test.
The AVIF pixel canvas is decoded, its alpha composited against an opaque background, and the result encoded as BMP. Edge color must be judged against the actual destination background because transparency cannot be recovered afterward. AVIF reading selects the primary AV1 image item and follows its color, alpha, depth, gain-map, transform, and sequence relationships inside the container. BMP output writes a single flat pixel surface with an explicit row order and color depth, built for simple bitmap interchange rather than layers or multiple resolutions.
Decoded canvas - A high-efficiency AV1-derived still image with HDR and alpha capabilities. Written image - A plainly structured bitmap with minimal compression that most software can read.
Used for high-efficiency modern images.
Designed for pixel-based artwork, scans, and photographs.
BMP wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than AVIF does.
Older apps may not decode AVIF, and aggressive encoding can smear fine texture despite a small file.
A BMP derivative is typically far larger than a web-oriented image, and row order or alpha handling can differ between the apps that read it.
The writer builds a plainly structured bitmap with minimal compression that most software can read and labels the result as image/bmp. The receiving application - Not the extension alone - Is the final compatibility test.
Inspect gradients and texture at 100% and open the file on the oldest required device.
Check the dimensions, color depth, and orientation, and confirm whether the app you're using actually reads BMP transparency.