Command Palette

Search for a command to run...

TI

TIFF to PNG Converter

Convert TIFF images to lossless PNG in your browser, keeping transparency, no upload needed

TIFFtoPNGConverts as soon as you add files

PNG is lossless and keeps transparency, so it is often larger than the same image as JPG or WebP.

Files (0)

No files yet

Add files and they convert right away. Change a setting and they convert again.

Built with open source libraries. Licenses

What is a TIFF to PNG converter?

A TIFF to PNG converter rewrites a TIFF or TIF image as a PNG without throwing detail away. Both formats are lossless, so this is not a trade of quality for size the way converting to JPG is. The reason to switch is reach: PNG is a web standard that every browser, document editor and image viewer opens, while TIFF is at home in scanners, print workflows and archives and is shown as a download prompt in many other places. Converting keeps the picture exact and moves it somewhere people can see it.

The TIFF is read by UTIF, an open source decoder this page downloads when you add the first TIFF. It reads uncompressed TIFFs, LZW, ZIP (Deflate), PackBits and JPEG compression, and the CCITT fax codecs used for black-and-white documents. Black-and-white, grayscale, palette and RGB images all convert. An alpha channel in the TIFF comes through as transparency in the PNG, and the row thumbnail and the preview that opens when you click it sit on a checkerboard so you can see it.

There are limits worth knowing before you convert an archive. The image passes through a browser canvas, which holds 8 bits per channel, so a 16-bit TIFF is written as an 8-bit PNG. Only the first page of a multi-page TIFF is converted, and the note under the file's row gives the page count. The small preview images some TIFFs carry are skipped and not counted as pages. A file using a compression method the decoder cannot read is refused with the method code in the message.

Everything is client-side. Your browser decodes the TIFF, draws it and encodes the PNG, so the file is never uploaded. EXIF fields, GPS coordinates, color profiles and the TIFF's print resolution (its dpi value) are not copied into the PNG; the pixel dimensions stay the same. TIFF files over 300 MB and images over 100 megapixels are refused with a message rather than freezing the tab. You can add a batch and save it as one ZIP, free, no signup, with a daily cap on conversions.

Files are identified by their first bytes, not their names, so a DNG or CR2 camera RAW file, which shares the TIFF structure, is recognized and sent to the right converter instead.

How to convert TIFF to PNG

  1. Add your TIFF files

    Drop .tif or .tiff files on the box that reads Drop TIFF images here or click to upload. Several at once is fine. Each file starts converting as soon as it is added, one after another.

  2. Adjust settings if you need to

    There is no quality setting on this page, because PNG is lossless and every file is written at full fidelity. The results are already on their way in the file list.

  3. Check each result

    Every row shows a thumbnail of the PNG, its status, a size line with the size before and after and how much smaller or larger the PNG is, and any note about extra pages. Click the thumbnail to see the PNG large with its pixel dimensions. Remove a file with the X on its row, or empty the list with Clear All.

  4. Download the PNGs

    Press the download icon on a row to save one file, or Download All (n images) in the list header to save the whole batch as converted-png.zip.

Why convert TIFF to PNG?

People pick PNG over JPG for a TIFF when the exact pixels matter more than the file size. These are the situations where that is true.

Publishing archive masters on the web

Museums, libraries, family archives and photographers keep master copies as TIFF. When one of those images needs to go on a website, a wiki or a shared drive preview, PNG shows it in the browser without a single pixel changed, which JPG cannot promise.

Line art, maps, charts and signatures

Drawings, floor plans, schematics and scanned signatures have hard edges and large flat areas. JPG smears those edges with faint noise. PNG keeps them crisp, and it compresses flat areas efficiently, so the file is often smaller than you might expect for a lossless format.

Artwork with a transparent background

Print and design tools can save TIFFs with an alpha channel, for example a product cut-out or a logo. PNG keeps that transparency, so the image drops onto a slide or web page without a white box around it.

TIFF vs PNG: which to use

TIFF and PNG compared as lossless image formats
TIFFPNG
CompressionSeveral options, lossless or lossy, chosen per file.Always lossless (Deflate).
PagesMany pages in one file.One image. This page converts the first TIFF page.
TransparencyAlpha channel supported.Full alpha channel.
Bit depth1-bit up to 32-bit float.Up to 16-bit. This converter writes 8-bit.
Color modesRGB, grayscale, palette, CMYK and more.RGB, grayscale and palette. No CMYK.
Print resolution (dpi)Stored in the file.Can be stored, but is not written by this converter.
Browser supportPatchy. Many browsers do not display it.Every current browser.
Best forArchives, print production, scanning and fax systems.Web images, documents, screenshots and graphics with transparency.

What the converter reads inside a TIFF

TIFF is less a single format than a container with a long list of options, which is why one TIFF opens everywhere and another opens nowhere. Here is how this page handles the parts that vary.

  • Compression it reads: none, LZW, ZIP (Deflate), PackBits, JPEG, and CCITT Group 3 and Group 4 fax compression.
  • Compression it refuses: anything else, such as JPEG 2000 or newer methods like Zstandard. The message names the method by its code instead of saving a blank image.
  • Pages: the first full-resolution page is converted. Reduced-resolution previews stored alongside it are skipped and do not count toward the page total in the note.
  • Bit depth: 1-bit black-and-white, 8-bit and 16-bit images convert. Anything above 8 bits per channel is brought down to 8.
  • Transparency: an alpha channel in the TIFF is written as PNG transparency.

The 8-bit step is the one lossy moment in an otherwise lossless trip. For viewing, 8 bits per channel is what screens display, so the PNG looks the same. It matters if you planned to push exposure or curves hard later, since 16-bit data leaves more room for that kind of editing. Keep the TIFF as your master and treat the PNG as the copy you share.

Privacy and security

  • Decoding and PNG encoding both happen inside this browser tab. The TIFF decoder script is downloaded once; your images are never uploaded.
  • The daily limit check sends the tool name and a device identifier, plus your account token if you are signed in, and nothing from the files.
  • After a batch, only the number of converted files, their total size in bytes and the output format are recorded.
  • The conversion still runs if the limit check cannot reach the server.
  • The PNG is built from pixels alone, so EXIF fields, GPS coordinates, color profiles and dpi values are left behind.
  • Results are held in the tab's memory until you remove them, press Clear All or close the page, and no copy is kept on a server.

Key Features

  • Lossless output

    PNG stores every 8-bit pixel value the TIFF decodes to, with no compression artifacts.

  • Transparency carried over

    A TIFF with an alpha channel becomes a transparent PNG, shown on a checkerboard in the preview.

  • Wide TIFF support

    Uncompressed, LZW, ZIP, PackBits, JPEG and CCITT fax compression, in black-and-white, grayscale, palette and RGB.

  • Clear notes and errors

    The note gives the page count of multi-page TIFFs, and unreadable compression is named by its code.

Frequently Asked Questions

Drop the TIFF files onto this page and download the PNGs when their rows show Complete. Each file is decoded and saved as a PNG in your browser as soon as it is added, with no button to press, and you can download them one at a time or together as a ZIP.

Comments

0 comments

0/2000 characters

No comments yet. Be the first to share your thoughts!

tiff to pngtif to pngconvert tiff to pngconvert tif to pngtiff to png converterfree tiff to png convertertiff to png losslesstiff to png transparentbatch convert tiff to pngtiff to png without losing quality