Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
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.
Up to 100 files at once. Mixed formats are fine.
They convert one after another and download together as a ZIP.
PNG to TIFF
PNG 139 KB → TIFF 601 KB 4.3× larger
PNG 7 KB → TIFF 601 KB 86.2× larger
PNG 3 KB → TIFF 601 KB 236.0× larger
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.
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.
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.
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.
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.
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.
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.
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.
| PNG | TIFF | |
|---|---|---|
| Full name | Portable Network Graphics | Tagged Image File Format |
| File extension | .png | .tif, .tiff |
| Media type | image/png | image/tiff |
| Compression | Lossless — nothing is discarded | Lossless — nothing is discarded |
| First published | 1996 | 1986 |
| Published by | PNG Development Group | Adobe |
| Specification | ISO/IEC 15948 | TIFF 6.0 |
| Licensing | Open standard | Published, not standardised |
| Standing today | Current | Current |
| Bit depth | 16 | 32 |
| Colour it can describe | RGB, greyscale, indexed palette | RGB, CMYK, greyscale, Lab |
| Largest image | 2,147,483,647 px per side | — |
| Opens in a browser | Every browser | Some browsers |
| Considered instead | WebP, SVG, JXL | PDF, DNG |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
The claims this page makes about PNG and TIFF are checkable, and these are the documents that settle them.