TIFF to JPG Converter
Convert TIFF (Tagged Image File Format, 1986) to JPG (Joint Photographic Experts Group, 1992) entirely in your browser. Output files are dramatically smaller — typically around 82% the size for ordinary photographs. Files never leave the tab — there is no upload.
Which formats are supported?
Inputs: PNG, JPEG, WEBP, AVIF, GIF, BMP, ICO, TIFF (Safari) and HEIC/HEIF (via libheif WASM, loaded on demand). Outputs: PNG, JPEG, WEBP, AVIF — each with an optional WASM encoder variant in the dropdown (mozjpeg, oxipng, libwebp, libavif) for tighter compression or consistent output across browsers. Vendor camera RAW formats (CR2/CR3/NEF/ARW/DNG/...), PSD, EPS, TGA, XCF and ICNS are still rejected — those need format-specific decoders we haven't shipped yet.
Both formats default to lossy encoding for photographs. We use the default quality setting (92) which preserves visually-identical detail for most images. Drop the slider lower for hero images on slow connections, raise it for printable masters.
TIFF supports an alpha channel; JPG does not. Transparent pixels in the source are flattened onto white during conversion. If you need to preserve transparency, pick PNG, WEBP or AVIF as the target instead.
JPG is the natural choice for Photographs, Screenshots of natural images, and Anywhere you need 100% compatibility. It is a poor fit for Logos, line art, screenshots of text, Images that need transparency, and Images that will be re-edited many times. Every browser, every OS, every camera since 1993.
TIFF: what it is
TIFF is less a format than a container family — there are hundreds of valid TIFF variants (LZW, ZIP, JPEG-in-TIFF, raw RGB, CMYK, multi-page …). Not all are decodable without specialised libraries.
Safari decodes TIFF natively. Chromium and Firefox don't, so our TIFF support gracefully falls back to a clear error on those browsers rather than producing junk.
JPG: what it is
DCT-based lossy compression. Every save throws away high-frequency detail; repeated re-saves visibly degrade the image (generation loss).
Has no alpha channel, so 'transparent JPG' is a contradiction in terms — converters fill transparent pixels with white.
At a glance
- Typical size change
- ~82% smaller
- Transparency preserved
- No — JPG has no alpha, transparent pixels are flattened to white
- Compression
- TIFF (both) → JPG ( lossy)
- JPG browser support
- Every browser, every OS, every camera since 1993.
Frequently asked questions
Is the converted JPG smaller than the original TIFF?
On a typical photograph, dramatically smaller — typically around 82% the size. Synthetic graphics (logos, screenshots) may behave very differently — try a single file first if size matters.
Will my TIFF be uploaded to convert it?
No. The conversion runs inside the browser tab using WebAssembly. Your file is never sent over the network — drop it, convert it, download it, all on your machine.
What happens to transparency when converting TIFF to JPG?
JPG has no alpha channel, so transparent pixels are flattened to white. If you need to keep transparency, convert to PNG, WEBP or AVIF instead.
My TIFF won't decode — why?
TIFF is a container with hundreds of valid variants. Only Safari decodes TIFF natively; Chromium and Firefox don't ship a TIFF decoder. If yours fails, open it in another tool and re-save it as PNG or JPG first.