Convert PNG to TIFF

Converting PNG to TIFF hands the same pixels to a workflow that will only accept TIFF — print production, imaging software, an archive. Nothing is re-compressed and the alpha channel survives, so the picture is unchanged. Drop a whole folder above; it converts on your own machine.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The TIFF holds exactly what the PNG held.
  • File size limit Up to 100 MB per file, free, without an account.

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

What PNG to TIFF actually does

PNG 139 KBTIFF 601 KB 4.3× larger

A photographic scene — smooth gradients, soft edges, grain. This is the case TIFF 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.

PNG 7 KBTIFF 601 KB 86.2× larger

A transparent background and a gradient across the shape. TIFF 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.

PNG 3 KBTIFF 601 KB 236.0× larger

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.

Converting because a specification says so

Nobody converts a PNG to a TIFF to make it better. They do it because a specification names TIFF: a commercial printer preparing plates, a journal with figure requirements written in 2004 and never revised, a GIS package, a microscopy or medical-imaging pipeline, a records system whose ingest rules predate PNG entirely.

That makes this a container change and nothing else. The right outcome is that the picture is bit-for-bit the same and the wrapper is different, which is what happens here — the value is in being accepted, not in being improved.

Both formats are lossless, so nothing is given up

PNG and TIFF sit on the same side of the important line: neither of them throws information away. A PNG stores exact pixels and compresses them with a scheme that can be perfectly reversed; this TIFF stores the same exact pixels with no compression at all. The picture that comes out is the picture that went in.

This is worth stating because so many conversions do cost something, and people arrive expecting to weigh a trade-off. Here there is none to weigh. The only quantity that changes is the size of the file.

Why the file gets so much larger

The TIFF written here is uncompressed baseline RGBA — every pixel as four plain bytes, no encoding wrapped around it. That is chosen deliberately: it is the one variant of TIFF that every reader accepts. LZW and JPEG-in-TIFF are smaller and are precisely where elderly print software and archive tools start rejecting files.

So the size follows straight from the pixel count and ignores the content. A 2000 by 2000 image is roughly 16 megabytes whether it is a photograph or a flat white square, where the PNG of that white square would be a few kilobytes. It is normal, it is not a fault, and it compresses very well if you need to email it — a ZIP of uncompressed TIFFs is dramatically smaller than the TIFFs.

Transparency survives, but check who is receiving it

The alpha channel is carried into the TIFF intact, so a cut-out product shot or a logo with soft edges keeps them. Modern imaging software reads that correctly.

Print workflows are the exception worth asking about. A number of RIPs and older layout tools ignore alpha in a TIFF and composite everything onto white, which is fine for a logo destined for a white page and wrong for one going onto colour. If the artwork depends on transparency, say so when you hand the file over, or flatten it onto the intended background yourself first.

Resolution, DPI and what a printer actually needs

PNG files usually carry no meaningful DPI value, and a conversion cannot invent one — DPI is a statement about physical size, and the image does not know how large it will be printed. What decides print quality is the pixel count.

The arithmetic is simple: to print at 300 dpi across A4 you need about 2480 by 3508 pixels. If your PNG has them, the TIFF prints beautifully; if it is a 600-pixel screenshot, converting to TIFF does not add detail and it will look soft at any size. Check the pixel dimensions before the format.

Colour stays RGB, and that is the right default

The output is an RGB TIFF. Commercial printing is normally CMYK, and the conversion between the two is not arithmetic — it depends on a profile matched to the press, the ink and the paper, and picking the wrong one shifts colours in ways that only become visible once several thousand copies exist.

Every print shop expects to handle that separation themselves, from an RGB file, using the profile for the job in hand. Handing them RGB is the correct thing to do rather than a shortcoming.

Doing a whole folder in one pass

Figure sets, icon libraries and scan batches are never a single file. Drop the whole folder: each PNG converts in turn on your own machine with its own progress, keeps its filename with the extension swapped, and the results come back together as one ZIP.

Because none of it is uploaded there is no queue, no per-file wait for a server and no daily allowance to run out of halfway through a submission. The two limits that do apply are the free tier's and they are worth knowing before a large folder: 100 MB per input file, and 100 files at once in one drop.

Keep the PNG afterwards

The TIFF is for whoever asked for it. The PNG remains the better file to work with, store and send: identical pixels, a fraction of the size, and opened by everything from a phone to a browser.

Treat the TIFF as a delivery format rather than an archive one. Nothing is lost in either direction, so the conversion can be repeated whenever the next specification asks for it.

How to convert PNG files to TIFF

  1. Drop your PNG files onto this page — a whole folder works.
  2. Each converts on your machine, alpha channel intact.
  3. Download them individually or as a single ZIP.

PNG and TIFF: two lossless containers, different audiences

PNG compared with TIFF
PNGTIFF
Full namePortable Network GraphicsTagged Image File Format
File extension.png.tif, .tiff
Media typeimage/pngimage/tiff
CompressionLossless — nothing is discardedLossless — nothing is discarded
First published19961986
Published byPNG Development GroupAdobe
SpecificationISO/IEC 15948TIFF 6.0
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Bit depth1632
Colour it can describeRGB, greyscale, indexed paletteRGB, CMYK, greyscale, Lab
Largest image2,147,483,647 px per side
Opens in a browserEvery browserSome browsers
Considered insteadWebP, SVG, JXLPDF, DNG

What survives

Nothing is discarded. PNG and TIFF 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 PNG and TIFF store an alpha channel, so a cut-out stays cut out and nothing is filled in behind it.

What the target format adds

TIFF is a working format and PNG is a finished one. What comes back is editable text and objects rather than a picture of a page, which is usually the reason for the conversion and also where its limits are.

TIFF supports layers. A PNG arrives already flattened, so the result has one layer — the structure has to be rebuilt by hand if it is needed.

Opening the result

Only some browsers read TIFF. It is the less portable of the two, so it is worth being sure the program at the other end accepts it before sending one.

Adobe Photoshop reads both PNG and TIFF, 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: PNG at screenshots, line art and logos and the web, TIFF at print, scanning and archiving. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

PNG is PNG Development Group's format, published in 1996. It records 16 bits per channel.

TIFF comes from Adobe and dates from 1986, specified as TIFF 6.0. Adobe Photoshop, Affinity Photo and ImageMagick all read it.

PNG to TIFF: transparency, printing and file size

Are my PNG files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is jSquash, WebAssembly builds of the reference image codecs; your browser fetches it once and caches it.

Does converting PNG to TIFF improve the quality?

No, and it cannot. PNG is already lossless, so every pixel is intact before the conversion starts and identical after it. TIFF is a different container for the same picture — you convert because something requires TIFF, not because the image gets better.

Is transparency kept in the TIFF?

Yes. The TIFF is written with a full alpha channel, so a cut-out logo or an image with soft transparent edges keeps them exactly. Be aware that some older print workflows ignore alpha in TIFF and composite everything onto white, so ask before relying on it.

Why is the TIFF so much bigger than the PNG?

Because it is uncompressed. PNG squeezes the picture down losslessly; this TIFF stores every pixel as four plain bytes so that every reader in existence can open it. A 2000 by 2000 image is about 16 megabytes as TIFF regardless of what it contains, where the PNG might be under one.

Does the TIFF have a DPI value for printing?

A PNG rarely carries a meaningful DPI, and the conversion cannot invent one. What matters to a printer is the pixel count: 300 dpi at A4 means roughly 2480 by 3508 pixels. If your image has those pixels it will print at that quality, and the print software sets the DPI tag when it places the file.

Is it a CMYK TIFF?

No, it is RGB. Converting to CMYK requires a colour profile matched to the specific press and paper, and guessing at one produces colours that are wrong in a way nobody notices until it is printed. Any print shop expects to do that separation themselves.

Can I convert a whole folder at once?

Yes. Drop up to 100 PNG files in one go — each converts on your own machine with its own progress, keeps its name with the extension swapped, and the batch comes back as one ZIP. Nothing is uploaded and there is no daily limit.

Not sure which you need?

This page converts one into the other. If you are choosing rather than converting, PNG vs TIFF 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 PNG and TIFF are checkable, and these are the documents that settle them.