Freelance designers deal with this weekly: the working file is TIFF, the deliverable has to be JPEG. Photoshop can do it, but opening a 2 GB app to change a file extension is overkill. A browser tab does the same job in seconds — here's how, and what to watch.

The two formats, side by side
| Format | Compression | Transparency | Animation | Support (2026) |
|---|---|---|---|---|
| TIFF | Lossless | Yes | No | print and publishing software; not displayed by web browsers |
| JPEG | Lossy | No | No | every browser and device made in the last 25 years |
Read the support column first; in most conversions that row alone is the entire motivation.
When JPEG beats TIFF
TIFF (Tagged Image File Format) is a lossless format made for professional printing, publishing, archiving, scanning. Its weak spots — very large file sizes, not web-compatible, slow to process — are exactly where JPEG steps in.
JPEG (Joint Photographic Experts Group) handles photographs, social media, web images, and in 2026 its support looks like this: every browser and device made in the last 25 years. On size, the practical picture: a 12-megapixel photo lands around 3-4 MB at quality 85.
Typical triggers: an upload form that rejects TIFF, a teammate on different software, or a page-speed audit flagging your images.
How to do it (no software installed)
Open the JPEG converter and drop your TIFF file onto the upload area. Multi-select works, so a whole folder of files goes in at once — useful when a shoot or an export produced dozens of them.
Start the conversion and watch the size readout: the page shows the output weight before you commit to downloading. That single number answers most of the questions people bring to guides like this one.
Single files download directly; batches come back as one ZIP, which keeps a 50-file job tidy instead of raining downloads on your browser.
Nothing installs, nothing asks for an account, and the upload is deleted from the server after processing. The whole loop, from drag to download, runs well under a minute for ordinary files.

Before you convert: a 30-second checklist
Keep the original. Conversions into lossy formats are one-way; the TIFF you started from is your archive copy, so it never gets deleted or overwritten.
Check the destination's rules. If a platform or print shop asked for JPEG, it often also has size or resolution limits — knowing them now saves a second round trip.
Group the batch. Converting fifty files in one upload beats fifty single conversions, and the ZIP you get back keeps the set together with its filenames intact.
Will the image look worse?
TIFF uses lossless compression; JPEG uses lossy. The rule of thumb: converting into a lossless format never loses data; converting into a lossy one trades a little fidelity for a lot of kilobytes.
For scale: scans and print masters commonly run 20-100 MB per page. After conversion to JPEG, expect the relationship to shift — a 12-megapixel photo lands around 3-4 MB at quality 85.
Canva and Adobe Express can export JPEG too, but both push you through an editor first — fine for one file, slow for forty.
If the converted file will be edited again later, convert once and edit that copy — chaining conversions through three formats is how artifacts creep in.
After the conversion
Once your files are JPEG, they slot into workflows TIFF could not reach: photographs, social media, web images. If you handle this pair often, the TIFF vs JPEG comparison covers the deeper trade-offs.

What this means for page speed
Images are usually the heaviest asset class on a page, so format choice flows straight into Largest Contentful Paint — the Core Web Vitals metric Google weighs for ranking. Lighter images, earlier paint, better scores: the chain is that direct.
Pair the format change with loading="lazy" on below-the-fold images and correct display dimensions, and the speed gain typically doubles.
Measure before and after with PageSpeed Insights — the image-weight line item makes the improvement concrete instead of theoretical.
What the numbers look like
Take a typical case: scans and print masters commonly run 20-100 MB per page. Convert that to JPEG and the format's profile takes over: a 12-megapixel photo lands around 3-4 MB at quality 85. The percentages vary with image content — flat-color graphics and detailed photos compress very differently — so trust the size readout on your own files over any blog's average.
Three pitfalls to skip
Don't upscale before converting — extra pixels invent nothing and inflate the file. Don't convert a screenshot with text into a heavily lossy format if crisp edges matter. And keep the TIFF originals archived; storage is cheaper than regret.
None of these ruin a file instantly — they compound across a library, which is why they go unnoticed until the damage is wholesale.

When fifty files become five hundred
Past a certain volume the bottleneck moves from conversion speed to organization. Name files before converting, not after — the converter preserves names, so a clean naming scheme going in is a clean archive coming out.
Teams that hit this weekly keep two folders per project: masters in TIFF, delivery in JPEG, regenerated from masters whenever specs change.
Platform quirks worth knowing
Messaging apps and social platforms recompress whatever you send — WhatsApp and most social feeds will re-encode your carefully converted JPEG anyway, so don't chase perfection for those destinations. Email clients are stricter: attachments survive untouched, which makes format choice matter more there.
CMS uploaders are the third trap: many enforce size limits or a format whitelist. If an upload bounces, the platform's allowed-formats list — not your file — is usually the explanation.
Thirty seconds of compression theory
Lossless compression is bookkeeping, not deletion: repeated patterns get written once with a count, and decompression rebuilds every original pixel exactly. The price is that random, noisy content — photographs — barely shrinks.
Lossy compression throws away detail the eye is bad at noticing — fine texture, subtle color steps — and keeps what perception cares about. That is how a photo drops 80% of its weight while looking identical at arm's length; it is also why each re-save discards a little more.
Every recommendation here is downstream of those mechanics — formats do not have personalities, only algorithms.

What happens to EXIF and metadata
Every photo from a camera or phone carries hidden baggage: capture date, device model, exposure settings and — on phones — often GPS coordinates. Conversion is one of the moments where that baggage can be kept or dropped.
Photographers archiving work want the opposite — capture data is part of the record — so they convert copies for sharing and keep TIFF originals untouched.
The practical rule: treat the original as the metadata archive and the converted copy as the public version. That division of labour answers most privacy and copyright questions before they come up.
When something looks wrong
Colors shifted. Usually a color-profile story: the source carried a wide-gamut profile and the viewer assumes sRGB. Convert from an sRGB master when the destination is the web, and the shift disappears.
The file will not open. Nine times out of ten the viewer is the limitation, not the file. Try a second viewer before blaming the conversion, or convert to JPEG — if that copy opens, the original was fine all along.
Transparent areas turned white. The target format has no alpha channel; flattening is the documented behaviour, not a bug. Re-convert to PNG or WebP if transparency must survive.
The file got bigger. Some content genuinely compresses worse in the new format — flat graphics in photo-oriented codecs, photos in graphics-oriented ones. The size readout before download is the early warning.
Common Questions
Does converting TIFF to JPEG reduce quality?
Only if JPEG is lossy, and even then a single conversion at default settings is rarely visible. The damage people associate with conversion comes from re-saving lossy files over and over, not from one clean pass. Keep the original TIFF and you can always go back.
Why does my JPEG file open differently on Windows and Mac?
Support differs by platform: every browser and device made in the last 25 years. If a recipient cannot open the file, that mismatch is usually the cause — convert to a more universal format like JPEG or PNG for sharing.
Do I need Photoshop for this?
No. Photoshop, Canva and Adobe Express can all export JPEG, but for a pure format change a browser converter does the identical job without the subscription or the wait.
What happens to transparency when I convert?
TIFF supports transparency but JPEG does not — transparent areas will be flattened, usually onto white. If transparency matters, pick a target format with an alpha channel instead.
Does converting change the image dimensions?
No. Width and height in pixels stay exactly the same; only the encoding changes. If you also need resizing, do it as a separate, deliberate step — and always downscale, never upscale.
Why did my converted file come out larger?
Content sits on different compression curves: a file that TIFF encodes efficiently can genuinely grow as JPEG. It is normal for some images, which is why the size readout before download matters more than any rule of thumb.
That's the whole job. Run one test file through the JPEG converter first, check the result at 100% zoom, then commit the batch.
Written by Giovanni Picaro, a web developer who has been building image tools and optimizing sites since 2019. Sources: MDN image format reference and Google web.dev. Last reviewed: 2026.