A TIFF is a lossless, high-fidelity image format used where quality cannot be compromised: scanned documents, archived photos, and files headed for professional print. That fidelity comes at a cost, because a single TIFF can be tens of megabytes, far too heavy to email or upload comfortably. A JPG is the opposite: a compact, lossy format that most people and every website accept.
Converting TIFF to JPG is how you turn that archival master into something shareable. The file gets dramatically smaller, which is the whole point, and in exchange it becomes lossy, so you decide how much detail to trade for size. This guide explains how each format stores its data, what JPG's compression actually discards, and how to set the quality dial so the copy stays clean.
What this conversion really does
When you convert TIFF to JPG, three things happen at once. The image is compressed with lossy JPG encoding, which discards fine detail your eye is unlikely to notice; any high bit depth is reduced to a standard eight bits per channel, since JPG stores eight-bit color; and if the TIFF holds multiple pages, they are separated, because a single JPG carries exactly one image. The result is often a fraction of the original size while looking nearly identical at normal viewing.
The reason the size drop is so large is that TIFF and JPG solve fundamentally different problems. TIFF is built to preserve an image perfectly for editing and printing, so it stores far more than a screen or a casual viewer will ever use. JPG is built to deliver an image at the smallest size that still looks right, so it deliberately keeps only what matters perceptually. Converting from one to the other is a move from the archive to the delivery copy, and the quality slider is simply where you set the balance.
TIFF is the heavy, lossless master. JPG is the light, lossy copy you actually send around. The conversion is about size, and quality is the dial you control.
TIFF and JPG: archive versus delivery
TIFF, the Tagged Image File Format, was developed by Aldus in the mid-1980s and is now maintained as a widely used standard for high-quality raster images; its defining feature is flexibility.[1] A TIFF can store images uncompressed or with a choice of compression schemes, in a range of bit depths and color models, with multiple pages and rich metadata, which is exactly why scanners, print shops, and archives favor it. That flexibility is also why TIFF files are large and why software support varies: the format can hold so many variations that a viewer must handle each one.
JPG, defined by the Joint Photographic Experts Group and standardized as ISO/IEC 10918, takes the opposite approach.[3] It fixes a single, predictable structure, always eight bits per channel, always a single image, always lossy compression tuned for photographs, and packs it into a small, universally readable file usually wrapped in the JFIF interchange format.[4] Where TIFF asks how to keep everything, JPG asks how to deliver a photograph at the smallest size that still looks right. The conversion bridges these two worlds, and understanding the gap explains both the dramatic size saving and the loss that comes with it.
Inside a TIFF: tags, strips, and pages
A TIFF file is organized around tags, which is what the T in the name stands for. After a short header, the file contains one or more image file directories, each a table of tags that describe an image: its width, height, bit depth, color model, how the pixels are compressed, and where the pixel data lives.[2] The pixel data itself is typically broken into horizontal strips or rectangular tiles, so a program can read part of a very large image without loading the whole thing.
Because a TIFF can chain several image file directories together, a single file can hold many pages, such as the sides of a multi-page scan, each potentially with its own size and settings. This is the feature that forces a decision during conversion: JPG has no concept of multiple pages, so a converter must render each TIFF page into its own separate JPG. The tag-based design also means a TIFF may already be compressed internally, sometimes even with lossy JPG compression inside the TIFF wrapper, though the classic archival case is fully uncompressed pixels that give the JPG encoder a perfect source to work from.
How JPG compression works under the hood
JPG achieves its size savings through a pipeline built around the limits of human vision. First it converts the image from red-green-blue into a brightness channel plus two color channels, then usually reduces the resolution of the color channels, since the eye resolves fine detail in brightness far better than in color. Next it divides the image into 8-by-8 pixel blocks and applies a discrete cosine transform to each, re-expressing the block as a set of frequency components instead of individual pixels.
The lossy step is quantization: the encoder rounds off the high-frequency components most aggressively, because those carry the fine detail our eyes are least likely to miss, and the quality setting controls how coarse that rounding is. Finally the reduced data is packed losslessly with entropy coding into the file. This is why JPG excels at continuous-tone photographs, whose smooth gradients survive quantization gracefully, and struggles with the crisp black-on-white edges of scanned text, where discarding high-frequency detail produces the visible halos and softening that make document scans a poor fit for aggressive JPG.
Bit depth, color, and flattening
Many TIFFs are captured at a higher bit depth than a screen uses, such as 16 bits per channel from a good scanner or camera, to leave room for editing without banding. JPG stores eight bits per channel, so the conversion reduces that depth, mapping the wider range down to the standard 256 levels per channel. For a finished image viewed normally this is invisible; the extra depth mattered during editing, not during viewing. Some TIFFs also use color models beyond ordinary RGB, such as CMYK for print, and these are converted to RGB for the JPG, which can shift colors slightly if no color profile is honored.
The practical takeaway is that JPG is a viewing and sharing format, not an editing one. If you still intend to adjust the image, keep the high-bit-depth TIFF and export a JPG only when the edits are done, because each of these reductions, in depth, in color model, and through lossy compression, is one-way. Convert last, not first.
Color management deserves a brief note here, because it is where a careful TIFF-to-JPG conversion can go quietly wrong. A high-quality TIFF often carries an embedded color profile that tells software exactly how its numbers map to real colors, and a professional scan may be in a wide-gamut or CMYK space rather than the sRGB that browsers and everyday viewers assume. A good converter reads that profile and transforms the pixels into sRGB so the JPG looks the same on screen as the TIFF did; a careless one ignores it and simply reinterprets the raw numbers, which can leave the JPG looking dull, oversaturated, or shifted in hue. If accurate color matters, favor a tool that honors the source profile, and when in doubt, compare the exported JPG against the original at full size before you rely on it.
Picking a JPG quality level
JPG lets you choose how hard to compress. Higher quality keeps more detail and a larger file; lower quality shrinks the file but can introduce blocky artifacts, especially around sharp text or edges. For most TIFF scans and photos, a mid-to-high setting is the sweet spot.
| Quality | Good for | Watch out for |
|---|---|---|
| 90 to 95 | Photos you may print small | Larger file, still much smaller than TIFF |
| 80 to 90 | Everyday sharing and web | The usual sweet spot |
| 70 to 80 | Quick previews, thumbnails | Visible softening on fine detail |
| Below 70 | Only when size is critical | Blocky artifacts near edges |
Scanned text and line art suffer more from heavy JPG compression than photos do, because JPG blurs the crisp black-on-white edges. For document scans, stay at 90 or above, or consider PNG instead.
Convert TIFF to JPG, step by step
Open the converter and add your TIFF
Open the FileFormer image converter and drop your TIFF in. It runs on your device, so the file is never uploaded.
Set the quality
Choose a quality level. Around 80 to 90 keeps the picture clean while cutting the size sharply from the lossless original.
Handle multiple pages if present
Some TIFFs hold several pages, such as a multi-page scan. The converter flattens each into its own JPG, since JPG holds one image per file.
Export and download
Convert and save. Compare the JPG to the original at full zoom; if fine detail looks soft, raise the quality and export again.
Real-world scenarios and the right settings
The right quality, and sometimes the right target format, depends on what the TIFF contains and where the copy is going:
| Scenario | Recommended approach |
|---|---|
| A photographic scan for the web or email | JPG at quality 80 to 90. The loss is invisible and the file shrinks many times over. |
| A photo you may print small | JPG at quality 90 to 95, keeping more detail for the print. |
| A scanned document with text | Stay at quality 90 or above, or choose PNG to keep the text edges crisp. |
| A multi-page scan | Expect one JPG per page; use a PDF if you need the pages bundled into one file. |
| An archival or editing master | Do not convert. Keep the TIFF and export a JPG only when the work is finished. |
The recurring theme is that JPG is a delivery format for photographs. The more your TIFF resembles a photograph, the better JPG serves it; the more it resembles a crisp document or a file you still need to edit, the more a lossless format or the original TIFF is the right call.
When to keep the TIFF
Do not convert if this file is your archival master or is headed for professional print, because JPG is lossy and every save discards a little more detail. Keep the TIFF as the original and treat the JPG as a disposable copy for sharing. Re-saving a JPG repeatedly compounds the loss, so always convert once from the TIFF at the quality you want rather than editing and re-exporting a JPG. If you need a smaller file that is still lossless, such as for a document scan with crisp text, convert to PNG instead, which stays web-friendly without introducing JPG artifacts. Choose JPG when the goal is a small, universally accepted file for sending, uploading, or viewing.
JPG versus PNG, WebP, and keeping TIFF
JPG is the safe, universal delivery format for a photographic TIFF, but it is not the only option, and the best target depends on the content. PNG is the lossless counterpart: it keeps every pixel exact, which makes it ideal for scanned text, diagrams, and anything with sharp edges, but it produces much larger files for photographs, where its lossless approach cannot compete with JPG's perceptual compression. WebP is a modern format with both a lossy mode that typically beats JPG at the same visible quality and a lossless mode that often beats PNG, making it a strong web target when you control the audience's software.
And sometimes the answer is to keep the TIFF: if the file is an archival master, headed for professional print, or still being edited, no delivery format should replace it. The honest summary is that JPG endures because it opens everywhere and handles photographs well enough that its inefficiency rarely matters for a single file. Convert your TIFF to JPG when you want a photograph that works for anyone, to PNG when crisp text or edges must survive, to WebP when you are optimizing a modern website, and keep the TIFF when preservation or further editing is the goal.
Turn your TIFF into a JPG now
Set a quality level and export a small, shareable file, all in your browser with nothing uploaded.
Key takeaways
- TIFF to JPG trades lossless fidelity for a much smaller, shareable file.
- Quality 80 to 90 is the usual sweet spot; go higher for scans with text.
- JPG holds one image per file, so multi-page TIFFs split into separate JPGs.
- Keep the TIFF as the master; use PNG if you need lossless with crisp text.