TIFF to PNG Converter
Decode multi-page TIFF/TIF files into separate PNGs — keeps the alpha channel and full bit depth.
Quick answer: Decode multi-page TIFF/TIF files into separate PNGs — keeps the alpha channel and full bit depth.
Last updated
Frequently asked questions
- Why doesn't TIFF open in my browser directly?
- TIFF is a flexible, professional-imaging format that browsers never bothered to support natively — it has dozens of compression and tag variants. PNG is universal, lossless and renders the same image in any tool.
- Are multi-page TIFFs handled?
- Yes — every page is decoded separately and exported as its own PNG file. Filenames include the page number.
- Will the alpha channel survive?
- Yes — RGBA TIFFs round-trip into RGBA PNGs with full transparency.
- Can it handle 16-bit-per-channel TIFFs?
- Yes for decoding, but PNG export is downsampled to 8-bit per channel by canvas. For full 16-bit work, use a desktop tool like ImageMagick.
- Are my files uploaded?
- No — UTIF decoding runs entirely in your browser. Nothing leaves your device.