Questions, answered
Short answers specific to this page. The tool above settles most of them in a second.
- Why is my AVIF file bigger than my JPEG?
- Almost always a quality-scale mismatch. AVIF at quality 80 measured 164.1 KB on our reference photo, while quality 60 measured 114.7 KB. And 60 is the correct setting. Encoding AVIF at the 80–90 numbers you learned from JPEG buys bytes, not visible quality.
- What quality setting should I use for AVIF?
- The photographic sweet spot is 50–65. AVIF's scale runs lower than JPEG's for the same look. Rough equivalence: AVIF 60 ≈ JPEG 80 ≈ WebP 90. Our Auto setting picks inside the sweet spot per image, which is why it routinely beats hand-set values.
- Can I compress an AVIF that is already AVIF?
- Often, yes. Many AVIFs in the wild were encoded conservatively. Our 175.3 KB reference re-compressed to 70.1 KB on Auto. And if re-encoding would grow your file, our never-larger guard returns the original untouched instead of shipping a bigger "compressed" file.
- How much smaller is AVIF than JPEG and WebP?
- On our reference photograph at matched appearance: AVIF 114.7 KB, JPEG 82.1 KB, WebP 188.3 KB. The commonly-quoted 30–50%-smaller-than-JPEG range matches what we measure. But your own image's number appears in the tool the moment you compress.
- Does the encoder effort setting change file size?
- Yes. AV1 encoders trade time for bytes, and the documented swing between fast and thorough effort is 20–40% at identical quality. We run a fixed mid-high effort, so results stay consistent and reproducible. The couple of seconds per photo is where the savings come from.
- Can AVIF be compressed losslessly?
- Yes, in theory: the format supports a true lossless mode. It usually defeats the purpose, though, because lossless AVIF is often larger than an optimised PNG. Our compressor is perceptually lossy by design. For pixel-exact archives, keep your source file and treat AVIF as the delivery format.
- Does AVIF support transparency, animation and HDR?
- Yes, all three in the specification: full alpha transparency (preserved here), animated AVIF, and 10-bit HDR with wide colour gamut. Our pipeline outputs 8-bit sRGB stills for maximum compatibility, keeps alpha, and declines animated inputs rather than flattening them silently.
- Is AVIF supported in all browsers in 2026?
- About 95% globally: Chrome 85+, Firefox 93+, Safari 16.1+, Edge 121+. For the remainder, serve a picture element with a WebP or JPEG fallback. Outside browsers: Windows 11 needs the free AV1 extension, macOS Preview works from Ventura, Photoshop needs a plugin.
- Why is my AVIF slow to decode on some phones?
- AV1 decoding costs more CPU than JPEG, and low-end mobiles without hardware decode feel it on very large images. The fix is the same as good practice anyway: serve sensibly-sized images (not 8000px originals), and the decode cost disappears into the noise.
- Can I compress many AVIF files at once?
- Yes: up to 50 per batch, 30 MB each, one ZIP download with filenames preserved. Free, no signup, a 300-image daily allowance. Each row reports its measured before/after size, so you can see which files had headroom and which were already at the efficient frontier.
- What happens to my files after compressing?
- We keep nothing: we process your files and wipe them automatically, never archive them, never share them, never use them for anything else. We strip metadata from outputs by default, and you need no account, so nothing associates the files with you.