Why convert TIFF to PNG?
TIFF is the standard format for scanning and print workflows, but most websites, apps, and messaging platforms do not accept it. PNG is universally supported, displays natively in every browser, and is usually smaller than an uncompressed TIFF. Converting is risk-free because .PNG is a lossless format, so no pixel data is lost in the process.
How to convert TIFF to PNG
IrfanView FREE
Open the .tiff in IrfanView, go to File > Save As, and choose PNG as the output format.
Apple Preview BUILT-IN
Open the .tiff in Preview, then File > Export and select PNG from the Format dropdown.
GIMP OPEN-SOURCE
Open the .tiff in GIMP, then File > Export As and save with a .png extension.
Command line - ImageMagick CLI
Run magick input.tiff output.png to convert; for a multi-page TIFF use magick input.tiff page-%03d.png.
Programs that convert TIFF
About these formats
A TIFF file is a Tagged Image File Format image - the standard for scanned documents, faxes, and archival photos. It opens without extra software on Windows (Photos app) and macOS…
Open .TIFF details →A PNG (Portable Network Graphics) is a lossless raster image format. Every modern OS, browser, and image app opens PNGs natively - just double-click. The most common questions are not about…
Open .PNG details →Quality & what to watch
- A multi-page TIFF becomes one PNG file per page - PNG can only hold a single image.
- CMYK TIFFs (common in print files) are converted to RGB on export, so colors may shift slightly.
- If the source TIFF has an alpha (transparency) channel, PNG preserves it intact.
Frequently asked questions
Does converting TIFF to PNG lose quality?
Why is my PNG sometimes larger than the original TIFF?
How do I convert a multi-page TIFF to individual PNGs?
magick input.tiff page-%03d.png) or IrfanView (Image > Extract all frames) - each page becomes a numbered .png file.