AVIF
AV1 Image FileUsed for high-efficiency modern images.
- Family
- Images
- MIME
- image/avif
Convert AVIF to TIFF online and see exactly what pixel decoding and image re-encoding changes, what TIFF still can't promise, and how to verify the result.
A high-efficiency av1-derived still image with hdr and alpha capabilities is decoded into a working pixel canvas first, then written back out under TIFF's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. AVIF reading selects the primary AV1 image item and follows its color, alpha, depth, gain-map, transform, and sequence relationships inside the container. TIFF supports high-bit-depth pixels, alpha, varied compression, and multiple image directories, but which of those the destination file actually uses depends on the writer profile chosen.
Canvas decoded from a high-efficiency AV1-derived still image with HDR and alpha capabilities. Image written as a flexible raster container able to hold high bit depth, multiple pages, alpha, and varied compression.
Used for high-efficiency modern images.
Designed for raster pictures made of individually stored pixels.
Choose TIFF when its particular balance of compatibility, alpha, animation, and file size matches the destination better than AVIF.
Older apps may not decode AVIF, and aggressive encoding can smear fine texture despite a small file.
Not every app reads the same TIFF subset, so multi-page files, CMYK color, layers, or an unusual compression choice can all fail to open somewhere.
The writer builds a flexible raster container able to hold high bit depth, multiple pages, alpha, and varied compression and labels the result as image/tiff. 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.
Step through every page and check bit depth, color mode, the resolution tag, compression, and alpha.