convert2image

PNG to TIFF converter

Make TIFF files from PNG artwork when a printer, publisher or archive asks for TIFF specifically.

Drop an image here, or click to choose

Loading the tool…

Runs on your device. Your images are not uploaded anywhere.

How to use it

  1. Drop in your PNGs.
  2. Each is saved as an uncompressed TIFF, transparency included.
  3. Download, and set the DPI afterwards if the printer requires it.

Both lossless, different audiences

PNG and TIFF both store images without loss, so nothing about the picture changes. The difference is who expects which. Web and screen workflows run on PNG; print, publishing and archival workflows have run on TIFF since the 1980s, and many submission guidelines simply say “TIFF, 300 DPI”.

About the TIFFs made here

Files are uncompressed 8-bit RGB with an alpha channel, which every TIFF reader understands. They are large, roughly four bytes per pixel, but predictable. They do not carry a DPI tag. Printers work from pixel dimensions, so this rarely matters; if a submission checker insists on a 300 DPI tag, the DPI changer can set one on a PNG or JPG version instead.

CMYK

Some printers want CMYK TIFFs. Converting to CMYK properly needs the printer's colour profile and a design application. Most digital printers happily accept RGB files and convert them themselves; ask if unsure.

PNG and TIFF compared

PNGTIFF
First released19961986
CompressionLosslessNone, lossless, or JPEG inside
TransparencyYes, including soft edgesYes
Animation or pagesOnly as APNG, rarely usedMultiple pages
Best forScreenshots, graphics, text and transparencyScanning, print and archives
SupportUniversalProfessional software; Safari is the only major browser

Questions people ask

Is PNG to TIFF lossless?

Yes. The pixels are identical.

Does the TIFF keep transparency?

Yes, as an alpha channel.

Does the TIFF have a 300 DPI tag?

No resolution tag is written. What matters for print is having enough pixels; see DPI is mostly a label.