Convert TIFF to PNG

Converting TIFF to PNG makes a file that almost nothing opens readable everywhere, without giving up a single pixel — transparency included. Drop the file above and it converts inside your own browser, which is what makes a 100 MB image practical to handle at all.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The PNG holds exactly what the TIFF held.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing Only the first page is converted; the rest of a multi-page TIFF is not carried over.

Up to 100 files at once. Mixed formats are fine.

What TIFF to PNG actually does

TIFF 601 KBPNG 139 KB 4.3× smaller

A photographic scene — smooth gradients, soft edges, grain. This is the case PNG is designed for or against, and the figures show which. Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.

TIFF 601 KBPNG 7 KB 86.2× smaller

A transparent background and a gradient across the shape. PNG either keeps both, keeps one, or fills the transparency with a solid colour — which is the difference that catches people out. Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.

TIFF 601 KBPNG 3 KB 236.0× smaller

Flat colour and hard edges, as in an interface, a chart or a logo. Very different behaviour from the photograph above, and the reason the answer is "it depends what is in the file". Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.

Lossless to lossless, which is the point

Both formats store exact pixel values. TIFF holds them in a container built for print and archival workflows; PNG holds them in a container the whole web understands. Moving between the two changes the wrapper and not the picture, so the PNG is pixel-for-pixel what the TIFF was.

That is the entire argument for choosing this over TIFF to JPG. JPG would produce a much smaller file and would throw away detail to do it — a fine trade for a scanned letter, a bad one for artwork, a render, or anything that will be edited again afterwards.

Upscaled and rendered images arrive as TIFF

This is now one of the most common ways people end up holding a TIFF they cannot use. Upscalers and print-oriented image tools write TIFF because it loses nothing, so a photo enlarged four times comes back as an uncompressed file of 100 MB or more that no browser will display and no messaging app will accept.

PNG is the right destination for that file specifically because the work was done to add detail, and JPG would immediately spend some of it. Expect a substantial size drop anyway — the TIFF is usually uncompressed and the PNG never is — with the enlarged detail fully intact.

Transparency is the deciding factor

If any part of the image is meant to be see-through, PNG is not a preference but the only workable answer among common formats. The alpha channel converts across directly, so cut-out product shots, logos, overlays and rendered elements keep their transparent background.

The failure mode is worth naming because it is silent. Convert the same file to JPG and the transparent areas become solid white, with no warning and no way back. People usually discover this after placing the image on a coloured background.

Sixteen bits per channel become eight

Scanners, cameras and print workflows often write TIFFs with 16 bits per colour channel — 65,536 levels each — where PNG here is written at 8 bits, or 256 levels. The conversion maps one onto the other, and for viewing, sending and publishing the difference is invisible.

It matters in one situation: heavy editing afterwards. The extra bit depth exists so that strong curves and exposure changes do not band a gradient, and once it is gone that headroom is gone. If the file is going back into a retouching pass, keep the TIFF as the working copy and treat the PNG as the version you distribute.

Why the PNG is smaller without losing anything

A large share of TIFFs in circulation carry no compression at all, because the systems that wrote them cared about compatibility rather than size. PNG always compresses, and it does so losslessly — it finds repetition and encodes it more briefly rather than discarding detail.

How much it saves depends entirely on the image. Screenshots, diagrams, line art and anything with flat colour compress enormously. Photographs and film-grain scans compress modestly, because noise is by definition not repetitive. Either way the pixels that come out are the pixels that went in.

CMYK scans and the colour shift to expect

TIFFs produced for print are frequently CMYK, the four-ink model presses use. PNG has no CMYK mode at all, so the conversion moves the image to RGB, and some colours shift slightly because the two models cannot represent exactly the same range.

The visible effect is usually confined to saturated cyans and deep blues. For reviewing, sending or putting the image on screen this is unimportant. If the file is going back to a printer, send the original TIFF and use the PNG only as the copy people look at.

Which TIFF variants convert and which will not

TIFF is less a format than a family, which is why one file converts instantly and another refuses. Uncompressed, LZW, Deflate and PackBits variants are read here, and they cover the overwhelming majority of files in circulation.

The ones that fail are the specialised branches: JPEG-compressed TIFF, the Group 3 and Group 4 fax encodings that some document scanners still write, and proprietary camera variants. If a file will not open, that is nearly always why — and a failure here is a readable message rather than a broken image.

A folder of files in one pass

Drop up to a hundred TIFFs and each converts independently, returned together as a ZIP. Scanners and render queues produce these in batches, so converting one at a time is rarely what anyone actually needs.

Because nothing is uploaded, the batch costs no bandwidth and joins no queue. It costs memory on your own machine instead, which is the real constraint when each file is 100 MB — converting in groups of ten is more reliable than dropping the full hundred at once.

Large files are exactly where the local conversion pays

The conversion runs in your browser tab, so the image is never transmitted. Beyond the privacy of it, this is the practical reason the page works at all: an upload-based converter has to move a 90 MB file twice, and most of them refuse files that size outright.

The ceiling here is 100 MB a file, and under it there is no queue, no account and no retention period to ask about. The TIFFs people need converted are often the largest files they own, so the size is worth reading off the file before dropping it.

How to convert a TIFF to a PNG

  1. Drop your TIFF file onto this page, or click to pick one.
  2. Choose PNG as the target. The conversion runs inside your browser — the file is never uploaded.
  3. Download the finished PNG file.

TIFF vs PNG: two lossless formats, one of them universal

TIFF compared with PNG
TIFFPNG
Full nameTagged Image File FormatPortable Network Graphics
File extension.tif, .tiff.png
Media typeimage/tiffimage/png
CompressionLossless — nothing is discardedLossless — nothing is discarded
First published19861996
Published byAdobePNG Development Group
SpecificationTIFF 6.0ISO/IEC 15948
LicensingPublished, not standardisedOpen standard
Standing todayCurrentCurrent
Bit depth3216
Colour it can describeRGB, CMYK, greyscale, LabRGB, greyscale, indexed palette
Largest image2,147,483,647 px per side
Opens in a browserSome browsersEvery browser
Considered insteadPDF, DNGWebP, SVG, JXL

What is lost

PNG holds one page. A multi-page TIFF converts a page at a time rather than in one file.

Layers are merged. TIFF keeps them separate and editable; PNG stores the composite, so anything that depended on moving a layer afterwards has to happen before the conversion.

PNG has nowhere to put IPTC fields, which hold captions, credits and keywords and the GPS coordinates, so those go no further than the TIFF. Worth checking before the original is deleted, and worth knowing if the point was to strip it.

TIFF can hold CMYK; PNG is RGB. A file prepared for a printing press converts to screen colour, and the separations have to be made again in the print workflow.

TIFF carries up to 32 bits per channel and PNG stores 16. The extra precision is what survives heavy correction without banding, so the conversion is best made after the editing rather than before it.

What survives

Nothing is discarded. TIFF and PNG both store their content losslessly, so the conversion is a change of packaging rather than a change of quality, and it can be repeated without accumulating damage.

Transparency survives. Both TIFF and PNG store an alpha channel, so a cut-out stays cut out and nothing is filled in behind it.

Opening the result

PNG opens in every current browser. TIFF has narrower browser support than that. If the file is going onto a web page or into a form, that is usually the whole reason for the conversion.

Adobe Photoshop reads both TIFF and PNG, so there is a way to check the result against the original without a second tool.

What each format is for

The two are aimed at different work: TIFF at print, scanning and archiving, PNG at screenshots, line art and logos and the web. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

TIFF is Adobe's format, published in 1986. It records 32 bits per channel.

PNG comes from PNG Development Group and dates from 1996, specified as ISO/IEC 15948. Adobe Photoshop, GIMP and Paint.NET all read it.

TIFF to PNG: common questions

Is anything lost in the conversion?

No. PNG is lossless, so every pixel arrives with exactly the value it had in the TIFF. Convert it back and you get the same pixels again. This is the difference between this page and TIFF to JPG, where the file gets much smaller and some detail is discarded to achieve it.

Does transparency survive?

Yes. Both formats support an alpha channel, so a TIFF with transparent areas becomes a PNG with the same transparent areas. This is the main reason to choose PNG over JPG here — JPG has no transparency at all and fills those areas with white.

Will the PNG be smaller?

Usually yes, sometimes dramatically, because many TIFFs are stored with no compression at all while PNG always compresses. A 90 MB uncompressed TIFF often lands somewhere between 15 and 40 MB as a PNG with nothing lost. It will still be far larger than the same image as a JPG.

My TIFF has several pages — what happens?

Only the first is converted. TIFF can hold many images in one file, which is how scanners store a multi-page document, and PNG holds exactly one. For a multi-page scan you want TIFF to PDF instead, because PDF has pages.

Is the file uploaded?

No. The conversion reads and writes the file inside your browser, so it is never sent to us or anyone else. The free tier takes files up to 100 MB each, which a large scan can exceed, so check the size first. You can watch the network tab during the conversion and confirm nothing leaves.

Not sure which you need?

This page converts one into the other. If you are choosing rather than converting, TIFF vs PNG answers which to use, for what, and what each is bad at.

More about these formats

Where these figures come from

The claims this page makes about TIFF and PNG are checkable, and these are the documents that settle them.