Compress TIFF images in your browser

Scans and print exports arrive huge. We rewrite them as Deflate TIFF, with optional palette reduction, on this device.

TIFF
No TIFF selected
Drop a file to start
Drop TIFF files here

or browse your device. Everything is processed on this device

No TIFF to hand?

How to compress a TIFF

01
Drop the TIFFs

TIFF or TIF, one or a hundred. Nothing is uploaded.

02
Choose colours and width

Leave colours at 256 for a lossless rewrite. Cap the width on oversized scans.

03
Save

You get a valid Deflate TIFF written from scratch.

What is a TIFF file?

TIFF is a container from the late 1980s that can hold almost any raster encoding: uncompressed, PackBits, LZW, Deflate, JPEG, and more. Scanners, print shops and archival workflows still prefer it because the pixels stay exact and the metadata stays rich.

The cost is size. An uncompressed 24-bit scan is width times height times three bytes, every time. PackBits helps on flat regions; Deflate with a horizontal predictor helps more, and that is what this tool writes.

If the file does not have to stay a TIFF, PNG is the honest answer for a scan or screenshot: lossless, smaller, and every browser reads it. For a photograph, JPEG or WebP will be a fraction of the size.

TIFF compression FAQ

Why is my TIFF so large?

Usually because it is uncompressed or only PackBits-compressed. A 2400 by 1600 RGB scan is over 11MB raw. Deflate with a predictor typically cuts that substantially without changing a pixel.

Is TIFF compression lossless?

Deflate and PackBits are lossless. Lowering the colours slider is not: that merges colours on purpose. Left at 256, a screenshot or line-art scan comes back pixel-identical.

TIFF or PNG?

PNG, when the file does not have to stay a TIFF. PNG is lossless, reads in every browser, and is usually smaller than even a well-compressed TIFF of the same pixels. Stay on TIFF when a print workflow or archive demands it.

Which TIFF compressions can you read?

Uncompressed, PackBits, LZW and Adobe Deflate, at 8 bits per sample, RGB or palette. Single-page only. Tiles, multipage stacks, 16-bit samples and JPEG-in-TIFF are refused by name rather than guessed at.

Will the browser show a preview?

Yes. Browsers cannot paint a TIFF directly, so the wipe compare is drawn from a PNG of the same pixels. The file you download is still a real TIFF.

Do my files get uploaded?

No. Decoding and encoding both run in this tab. There is no upload endpoint in the code.

Drop more files

Same format joins the queue. Anything else re-routes to its own tool.