pngtoolskit.org
PNG and image utilities, in the browser
Workflows Sign in Create accountSign up

TIFF to PNG

LZW · Deflate · PackBits · tiled · planar · 16-bit · CMYK · palette · multi-page

Your browser will not display a .tif, and neither will most of the places you need to put one. TIFF is not really a format — it is a container that can hold a dozen different compressions and five different pixel layouts, which is exactly why nothing supports all of it. This decodes the file here, in the page, and hands you a PNG per page.

Drop TIFF files here

.tif, .tiff — multiple files allowed

    no files
    Ready.

    What it reads

    The label under each result says what the file turned out to be — compression, bit depth, colour model and layout. That is useful on its own when someone has handed you a TIFF and nobody knows what wrote it.

    What it will not read, and what to do instead

    For any of those, ImageMagick's convert or libtiff's tiff2rgba will produce a plain TIFF that this page reads.

    Why the file is bigger or smaller than you expected

    PNG is lossless and so is LZW, but they compress differently: a photographic TIFF usually gets smaller as a PNG, while a flat-colour or bilevel scan can get larger. If size matters more than exactness, PNG to JPG after this will shrink a photograph by an order of magnitude. A 16-bit TIFF is halved on the way through, because a canvas is 8 bits per channel — the tonal range is preserved, the extra precision is not.

    Privacy

    100% client-side. The TIFF is decoded and re-encoded in your browser; nothing is uploaded. That matters more here than usual — TIFF is the format of scanned contracts, medical images and archive masters.

    Related tools