Initializing... drag & drop files here
Supports: TIFF, TIF
Upload your TIFF, choose LZW or ZIP lossless compression to stay pixel-perfect, or lower the quality / convert to JPEG for a much smaller file, then click Convert. We compress it on our servers — no sign-up, no watermark — and your download is ready in seconds.
Real result: in our production data the median TIFF drops ~84% (an 8 MB TIFF → ~1.3 MB) — TIFF is often uncompressed, so it shrinks dramatically.
.tiff or .tif.TIFF (Tagged Image File Format) is the workhorse of professional imaging — uncompressed, 16-bit, multi-page, lossless. A single 600 DPI A4 scan can land at 100+ MB, and a RAW-export TIFF from a 45 MP camera routinely exceeds 250 MB. Compression brings those files down without giving up the professional pipeline.
| Method | Lossless | Best For | Typical Ratio | Notes |
|---|---|---|---|---|
| None | — | Master files where size doesn't matter | 1:1 | Largest possible file; broadest compatibility |
| LZW | Yes | 8-bit color scans, general lossless use | ~2:1 | Universal TIFF reader support; can enlarge 16-bit files |
| Deflate (ZIP) | Yes | 16-bit images, photo masters | ~2.5:1 | Slower to encode than LZW; better ratio especially on 16-bit |
| PackBits | Yes | Legacy software, simple line art | ~1.2–1.5:1 | Built into the original TIFF 6.0 spec; very fast |
| CCITT Fax 4 (Group 4) | Yes | 1-bit black-and-white document scans | ~15:1 | ITU-T T.6 (1988); bilevel only — won't apply to color/grayscale |
| JPEG | No | Photographic content where size matters | ~10–30:1 | RGB and grayscale only; not for line art or text |
| JP2K / WebP / ZSTD | Toggle | Modern pipelines that support them | ~3–5:1 | Better ratios than LZW but require reader support |
| Property | TIFF | PNG | JPEG |
|---|---|---|---|
| Multi-page in one file | Yes (native) | No | No |
| 1-bit bilevel compression (CCITT G4) | Yes | No | No |
| 16-bit color depth | Yes | Yes | No (8-bit only) |
| Lossless option | Yes (LZW, ZIP, etc.) | Yes (Deflate) | No |
| Lossy option (for size) | Yes (JPEG inside TIFF) | No | Yes |
| Embedded color profiles, GeoTIFF tags | Yes (extensible) | Limited | Limited |
| Typical pro-imaging support | Universal | Universal | Universal |
| File size for a 600 DPI A4 B&W scan | ~150 KB (CCITT G4) | ~250 KB | n/a (no 1-bit) |
Apply LZW or ZIP (Deflate) lossless compression first — both keep every pixel intact and typically halve an 8-bit TIFF. For bigger cuts, convert to JPEG-in-TIFF or lower the bit depth to 8-bit. Uncompressed TIFFs shrink the most; just upload, pick a method, and compress on our servers.
Both are lossless — pixel-identical to the original. For 8-bit images they compress about the same, so pick LZW for maximum compatibility (every TIFF reader since the 1990s supports it). For 16-bit images, Deflate is the safer choice — LZW's dictionary approach can actually enlarge high-entropy 16-bit data, so you'll occasionally see an LZW TIFF that's bigger than the uncompressed original. Deflate is slower to encode but rarely backfires.
You probably have a 16-bit or very noisy image. LZW builds a dictionary of repeating byte patterns; 16-bit channels carry far more unique values per pixel, so the dictionary balloons and the overhead exceeds the savings. Use Deflate (ZIP) instead, or convert down to 8-bit if the bit depth isn't needed for your output.
Yes. XConvert preserves the multipage structure — every page in a single.tiff is re-encoded with the compression type you choose and written back to one file. Each page can use the same method, so a 200-page scanned contract compressed with CCITT Group 4 stays one.tiff file, just much smaller. If you want to split or merge pages instead, use Merge TIFF to PDF.
Yes. Group 4 (ITU-T T.6, standardized in 1988) is a bilevel codec — every pixel is 0 or 1, black or white. It's the gold standard for scanned text, legal documents, line art, and fax-style archives, where it routinely hits 15:1 ratios. If your image is grayscale or color, the encoder will reject CCITT or convert to bilevel first, which usually isn't what you want.
When you need TIFF's container features but want JPEG's size — for example, multi-page document archives where pages are photographic (book scans, photo prints) and the workflow downstream expects.tiff. JPEG-in-TIFF gives you 10–30x compression but is lossy. If you don't need multi-page or extensible metadata, save as JPG directly with our TIFF to JPG converter — smaller header, broader support.
Classic TIFF uses 32-bit byte offsets and is capped at 4 GB. Files larger than that need BigTIFF, a 2007 specification that swaps in 64-bit offsets and theoretically allows files up to 18,000 petabytes — common in GIS, microscopy, and gigapixel panoramas. BigTIFF support varies by tool; Photoshop, GIMP, and GDAL read it, but Windows Photo Viewer and older browsers do not. For most photo and document work, staying under 4 GB after compression is the safest target.
Yes for LZW, Deflate (ZIP), JPEG, PackBits, and CCITT — these are the methods defined in the TIFF 6.0 specification and Adobe's TIFF Technical Notes, and every release of Photoshop, Lightroom, Capture One, and InDesign reads them. WebP, JP2K, and ZSTD inside TIFF are newer and may require an up-to-date plugin or a different viewer; if you're handing files to a print shop or stock agency, stick with LZW or Deflate.
Depends entirely on content and method. Uncompressed 8-bit photographic TIFFs shrink ~50% with LZW and ~60% with Deflate (both lossless). 16-bit RAW exports often see less benefit (10–30%) from lossless methods. Photographic content with JPEG-in-TIFF at quality 75 typically compresses 10–20x. Black-and-white scanned documents with CCITT Group 4 typically hit 15:1 — a 30 MB uncompressed bilevel scan becomes about 2 MB.
Yes — set both. Drop resolution to 50% (or pick a preset like 1080P) in addition to choosing a compression type. Halving each dimension cuts pixel count to 25%, so total size reduction stacks: a 16:1 lossless reduction is realistic when you don't need the original print resolution. If you only need to resize and not re-compress, use Resize TIFF.