TIFF
TIFF raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/tiff
Free TIFF to PNG conversion online, with the real pixel decoding and image re-encoding behavior, what gets lost, and a concrete way to check the output.
A flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression is decoded into a working pixel canvas first, then written back out under PNG's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. TIFF processing enumerates image directories and resolves tagged dimensions, photometric model, bit depth, strips or tiles, compression, pages, profiles, and extrasamples. PNG output preserves the exact raster samples with optional full alpha and color metadata, though file size, palette reduction, the lack of animation, and profile handling all still vary by writer.
Decoded canvas - A flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression. Written image - Pixels written losslessly with a full alpha channel available.
Used for raster pictures made of individually stored pixels.
Designed for lossless images and transparency.
PNG wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than TIFF does.
Apps support different TIFF subsets, so multipage files, CMYK, layers, or unusual compression may fail to open.
PNG is a poor fit for photographic detail, and even without any JPEG-style loss, palette reduction can visibly simplify a smooth gradient.
pixels written losslessly with a full alpha channel available is what gets written, labeled as image/png. Whether that actually opens depends on the receiving application, not on the file extension.
Check every page, bit depth, color mode, resolution tag, compression, and alpha channel.
Zoom to 100% on transparent edges, gradients, and small text, and confirm the exact pixel dimensions.