Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
Converting TIFF to JPG turns a file almost nothing will open into one that every device, browser and email client accepts, usually at a tenth of the size. Drop the file above and it converts inside your own browser — which matters, because the TIFFs people need to convert are usually scans of documents about themselves.
Up to 100 files at once. Mixed formats are fine.
They convert one after another and download together as a ZIP.
TIFF to JPG
TIFF 601 KB → JPG 9 KB 69.0× smaller
TIFF 601 KB → JPG 6 KB 104.9× smaller
TIFF 601 KB → JPG 16 KB 37.5× smaller
TIFF is older than the web and was never adopted by it. No browser displays one — not Chrome, not Safari, not Firefox — and most phones will not preview one either. It survives in the places it was designed for: scanners, fax systems, medical imaging, professional printing and long-term archives, all of which value exactness over convenience.
That is why a TIFF arriving by email is stuck. Windows and macOS will usually show it in their own preview tools, but forwarding it, uploading it to a form or putting it in a document means the person at the other end sees nothing. JPG has the opposite property: it is the most widely readable image format there has ever been.
TIFF is frequently stored with no compression at all, which is deliberate — an archive wants every pixel exactly as scanned. The consequence is that a single A4 page at scanning resolution can be twenty or thirty megabytes, and a ten-page scan can exceed most email attachment limits by itself.
The same page as a JPG at good quality is typically one to three megabytes. That is not a marginal improvement; it is the difference between a document you can send and one you cannot. If the scan is going to a person rather than into an archive, this conversion is almost always the right move.
Scanners often produce one TIFF containing every page of a document, because the format allows it. JPG does not: one file, one picture, no exceptions. Converting a ten-page scan to JPG gives you page one and silently leaves the rest behind, which is the failure most likely to catch somebody out here.
If you have a multi-page TIFF and want to keep the document intact, convert it to PDF instead. PDF has pages, is as universally readable as JPG, and is what a scanned document should usually have been in the first place. Check the page count in a preview before converting if you are not sure what you have.
TIFF is normally lossless and JPG is not, so some detail is discarded. For a scanned text document at the default quality this is essentially invisible — the letters stay sharp and the page looks like the page. The compression only becomes noticeable on close inspection or after printing at a large size.
If the copy is going to be read carefully, printed properly, or kept as the record, raise the quality setting under the result, or convert to PNG instead: PNG is lossless like TIFF, still opens everywhere, and produces a much smaller file than an uncompressed TIFF while discarding nothing at all.
Consider what people are actually holding when they search for this. A letter from a hospital. Correspondence from a solicitor. An insurance claim. A scan of a passport or a birth certificate sent by an office that still uses a fax machine. The category is heavily weighted towards documents that ought not to be uploaded to an unknown website.
This page reads the TIFF and writes the JPG entirely inside your browser, with code the page downloaded. Nothing is transmitted, there is no account, and there is no queue. It also works with the network disconnected once the page has loaded, which is a reasonable thing to do with a document you would rather not have online at all.
TIFF is less a format than a family. The common cases — uncompressed, LZW, PackBits and Deflate — read without trouble, and between them they cover almost everything a scanner or an office produces.
The awkward ones are the specialist variants: JPEG-inside-TIFF from some cameras, CMYK files out of a print workflow, and 16-bit-per-channel scientific images. Where a file cannot be read you get a clear failure rather than a mangled picture, which is the honest outcome — a converter that quietly handed back grey would be worse.
A TIFF from a print workflow is often CMYK, the four-ink model a press works in. JPG on the web is RGB, the three-light model a screen works in, and the two do not describe the same set of colours.
The conversion moves the image into RGB, which has to happen for it to display anywhere at all. Deep cyans and rich blacks are where the shift shows. If colour accuracy is the reason the file was a TIFF in the first place, it should stay a TIFF and go to the printer as one.
Upscalers and print-oriented image tools write TIFF because it discards nothing, which means a photograph enlarged four times comes back as an uncompressed file of well over 100 MB. That file will not attach to an email, will not upload to most portals and will not open in a browser, so it is stuck at exactly the point where somebody wants to look at it.
JPG is the right answer when the enlargement is finished and simply needs to reach a person — expect something in the low single-digit megabytes with no visible difference on screen. If the image is instead going into further editing, printing or another pass of upscaling, convert it to PNG rather than here, so the detail the upscale added survives the trip.
Drop the lot. Each TIFF becomes its own JPG and they come back as a ZIP, which suits the usual case of an office scanner that produced one file per page.
Because the work happens on your machine, the practical limit is memory rather than a plan tier. Uncompressed TIFFs are the heaviest files on this site, so a folder of thirty-megabyte scans is worth doing fifty at a time rather than five hundred.
A TIFF out of a scanner carries tags: the device, the resolution it scanned at, the date, sometimes the software and the operator's machine name. None of it maps onto the JPG. The tags are read to get the image out and are then left behind, because the JPG is encoded from the decoded pixels and from nothing else.
That does make the conversion a way of shedding scanner details, and the result needs no second pass to confirm it. It is worth knowing which way the trade runs, though: if the scanning resolution or the capture date is part of what the document has to prove, keep the TIFF, because the JPG can no longer say either.
| TIFF | JPG | |
|---|---|---|
| Full name | Tagged Image File Format | JPEG Image |
| File extension | .tif, .tiff | .jpg, .jpeg, .jpe |
| Media type | image/tiff | image/jpeg |
| Compression | Lossless — nothing is discarded | Lossy — file size is bought with quality |
| First published | 1986 | 1992 |
| Published by | Adobe | Joint Photographic Experts Group |
| Specification | TIFF 6.0 | ITU-T T.81 |
| Licensing | Published, not standardised | Open standard |
| Standing today | Current | Current |
| Bit depth | 32 | 8 |
| Colour it can describe | RGB, CMYK, greyscale, Lab | RGB, greyscale, YCbCr |
| Largest image | — | 65,535 px per side |
| Opens in a browser | Some browsers | Every browser |
| Considered instead | PNG, PDF, DNG | WebP, AVIF, HEIC |
JPG has no alpha channel. A transparent TIFF comes out with those areas filled in — white unless something else is set — and no setting in JPG brings the transparency back.
JPG holds one page. A multi-page TIFF converts a page at a time rather than in one file.
Layers are merged. TIFF keeps them separate and editable; JPG stores the composite, so anything that depended on moving a layer afterwards has to happen before the conversion.
TIFF can hold CMYK; JPG is RGB. A file prepared for a printing press converts to screen colour, and the separations have to be made again in the print workflow.
TIFF carries up to 32 bits per channel and JPG stores 8. The extra precision is what survives heavy correction without banding, so the conversion is best made after the editing rather than before it.
JPG opens in every current browser. TIFF has narrower browser support than that. If the file is going onto a web page or into a form, that is usually the whole reason for the conversion.
Adobe Photoshop reads both TIFF and JPG, so there is a way to check the result against the original without a second tool.
The file gets substantially smaller, and it gets smaller by discarding detail. TIFF keeps everything; JPG keeps what the eye is poor at noticing. On a photograph that trade is close to free; on text, a screenshot or a line drawing it is visible as haloing around the edges.
The two are aimed at different work: TIFF at print, scanning and archiving, JPG at photography, the web, email and handing a finished file over. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.
TIFF is Adobe's format, published in 1986. It records 32 bits per channel.
JPG comes from Joint Photographic Experts Group and dates from 1992, specified as ITU-T T.81. Adobe Photoshop, GIMP and Preview all read it.
Because no browser supports the format and most phones do not either. TIFF predates the web and was never adopted by it — it belongs to scanners, fax systems, print workflows and archives. Windows and macOS will usually preview one, but attaching it to an email or putting it on a web page effectively guarantees the recipient cannot see it. JPG is understood by everything ever made.
Almost certainly, and often by a factor of ten or more. TIFFs are frequently stored uncompressed — a single scanned A4 page can be thirty megabytes — while a JPG of the same page at good quality lands in low single-digit megabytes. This is usually the difference between an email that sends and one that bounces.
No, only the first. TIFF can hold many images in one file, which is how scanners store a multi-page document, but a JPG holds exactly one picture. If you have a multi-page scan and want to keep it as one document, convert the TIFF to PDF instead — PDF has pages and JPG does not.
Some, and usually invisibly. TIFF is generally lossless and JPG is not, so compressing a scan does discard detail. On text documents at the default setting this is hard to see; if the scan will be read closely or printed, raise the quality setting under the result. For an archival copy where nothing may be lost, convert to PNG rather than JPG.
No, and it matters more here than almost anywhere else on this site. The TIFFs people cannot open are medical letters, legal correspondence, insurance documents and scanned identity papers. This conversion reads and writes the file inside your browser, so it is never sent to us or anyone else. You can watch the network tab and confirm it.
The claims this page makes about TIFF and JPG are checkable, and these are the documents that settle them.