TIFF to AVIF converter
Convert TIFF images to AVIF in your browser.
Processed in your browser. This file is converted on your device and is never uploaded.
Converter
.tif, .tiff up to 50 MB. You can also drag a file here.
No file selected.
About this tool
TIFF is what scanners, fax systems, and professional imaging software produce, and no browser can display it. AVIF compresses better than both JPEG and WebP at the same visible quality, and keeps transparency.
This tool converts TIFF to AVIF entirely in your browser. The image is decoded, drawn, and re-encoded on your device, so nothing is uploaded and the size of the file costs you no waiting.
Supported formats and limits
- Input
- .tif, .tiff
- Output
- .avif (image/avif)
- Output name
- The original name with the new extension, for example photo.tiff becomes photo.avif.
- File size limit
- 50 MB
- Processing
- In your browser. The file is not uploaded.
TIFF against AVIF
| Feature | TIFF | AVIF |
|---|---|---|
| Compression | Lossless or lossy | Lossless or lossy |
| Colour | 16 bits per channel | 12 bits per channel |
| Transparency | Full alpha channel | Full alpha channel |
| Animation | No | Yes |
| Keeps EXIF | Yes | Yes |
| Browser support | None. This site carries its own decoder | Chrome 85, Firefox 93, Safari 16 |
| Size of a photograph | Not a format for photographs | 40 to 60 percent smaller than a JPG |
| Published | 1986 | 2019 |
How to use it
- Choose a .tif / .tiff file, or drag one onto the page.
- Pick a quality level.
- Optionally set a width or height to resize at the same time.
- Select Convert, then download the AVIF file.
Limitations
- Only the first page of a multi-page TIFF is converted, which matters because scanners commonly produce one page per sheet.
- Unusual TIFF variants, including some compressed and CMYK files, may not decode. The tool reports that rather than producing a damaged image.
- Not every browser can write AVIF from a canvas. Where yours cannot, this tool says so rather than quietly producing a PNG with the wrong extension.
- The output is lossy AVIF, so it is not a byte-exact copy of the original.
- AVIF encoding in a browser is noticeably slower than the other formats.
- Metadata is not preserved. EXIF fields, including camera settings and GPS location, are dropped, which is a privacy benefit but worth knowing if you rely on them.
- Colour profiles are not preserved, so an image in a wide-gamut profile may shift slightly.
- The camera's EXIF orientation is applied, so a photo taken sideways comes out upright rather than rotated.
Common problems
The AVIF looks softer than the TIFF did
TIFF and AVIF both discard detail when they encode. Your file had already lost some to TIFF, and this conversion asked the AVIF encoder to throw away more, on top of that.
Convert from the original rather than from a TIFF that is already a compressed copy, and raise the quality setting. Going through two lossy formats can never be undone afterwards.
The AVIF will not open in an older program
AVIF arrived long after TIFF, and software written before it existed has no way to read it. Browsers gained support at Chrome 85, Firefox 93, Safari 16, and anything predating those versions sees a file it does not recognise.
Convert to PNG instead when the file has to open anywhere at all. Keep AVIF for the web, where you know what is reading it.
The camera settings and GPS location are gone from the AVIF
TIFF carries an EXIF block and this conversion does not move it across. The image is decoded to pixels, drawn, and encoded again as AVIF, and the metadata does not survive that round trip.
Keep the original TIFF if you need those fields. If you were converting in order to strip location data before publishing, this is the behaviour you wanted.
Other ways to do this
The program already on your computer
GIMP 2.10 and later, Photoshop with a plugin will open a TIFF and save it as AVIF, and if you have one of them installed and only one file to convert, that is a perfectly good answer. It stays on your machine the same way this does. Where it stops being convenient is a folder of forty files, or a machine you do not own.
ImageMagick, from a terminal
One command converts a directory: magick mogrify -format AVIF *.TIFF. If you already have it installed this is the fastest way to do a hundred files, and it scripts. It is also a dependency to install and a syntax to learn, which is a poor trade for converting one image once.
An online converter that uploads
Most sites offering this send your file to a server, convert it there, and give you a link back. They can do formats a browser cannot, which is a real advantage. The cost is that your file was on somebody else's machine, governed by a retention policy you did not read. That is the whole difference here: this page converts TIFF to AVIF using code your browser already downloaded, so there is no server holding it afterwards.
Frequently asked questions
- Is my image uploaded?
- No. The conversion runs entirely in your browser. The image never leaves your device and no request carrying it is made.
- Which quality should I choose?
- 85% is a good default for photographs and is usually indistinguishable from the original at normal viewing size. Lower settings become visible on sharp edges and in smooth gradients such as skies.
- Will the AVIF open everywhere?
- Not everywhere, and it is worth knowing before you send one. Browsers read AVIF from the versions listed in the table above, and software older than that has no way to open it. For anything going to a person or a system whose tools you do not control, PNG or JPG remains the safe answer.
- Why can I not just open my TIFF in a browser?
- Because no browser reads TIFF — it never gained support in any of them, which is unusual for a format this old and widely used in scanning and print. This site carries its own TIFF decoder in JavaScript for exactly that reason, which is also why converting one to AVIF makes it viewable anywhere at all.
- Can I resize while converting?
- Yes. Set a width, a height, or both. With proportions kept, one dimension is derived from the other, and giving both fits the image inside that box rather than distorting it.
- Do I need to install anything or create an account to use TIFF to AVIF converter?
- No, to all of it. TIFF to AVIF converter runs inside the browser you already have, with no sign-up, no download, no watermark on the result, and no cap on how many files you convert. There is nothing to uninstall afterwards either, because nothing was installed.
- Does TIFF to AVIF converter work offline?
- Once the page has loaded, yes. The conversion runs on your device, so it needs no connection to do the work. The first visit fetches the page and the code that does the converting; after that a lost connection stops nothing, and a converted file appears exactly as it would online.
- How large a file can TIFF to AVIF converter handle?
- The limit is 50 MB. It is a deliberate one rather than a technical ceiling: the real constraint is memory, and a file that decodes to more than the device can hold fails in a way that is hard to explain. Phones run out well before laptops do, which is why the limit is set where it is.
- Can I convert several files at once with TIFF to AVIF converter?
- Not here: this tool takes one file at a time, because what it does depends on choices you make about that particular file. Convert them one after another, or look at the batch converters in the same category, which are built for a folder at a time.