![]()
Click the upload button or drag and drop your PNG file. Upload up to 10 files for batch conversion or multi-page TIFF assembly.
TIFF is selected by default. LZW lossless compression is applied automatically.
Click Convert and download your TIFF file. For multiple files you get a multi-page TIFF or ZIP archive.
Lossless format that preserves every pixel. Best for screenshots and logos.
Professional lossless format used in printing and photography.
Apple photo format used by iPhone and iPad. High quality with small file size.
High Efficiency Image Format โ same as HEIC, used on Apple devices.
Modern image format by Google. Up to 30% smaller than JPG with the same quality.
Universal format for photos. Supported everywhere, great balance between quality and file size.
Classic format for simple animations. Supports transparency and up to 256 colors.
Uncompressed bitmap format. Maximum quality but very large file size.
Next-gen format with excellent compression. Up to 50% smaller than JPG.
Portable Pixmap format used in Unix/Linux environments.
High Dynamic Range format storing extended brightness data.
Flexible Image Transport System used in astronomy and science.
Portable Document Format. Convert PDF pages to JPG, PNG or WebP images.
Quick comparison to help you choose the right format
Both PNG and TIFF store pixel data without lossy compression, so the conversion is bit-exact for the image content: a 24-bit PNG and a 24-bit TIFF of the same image hold identical RGB values. What changes is the container. PNG uses DEFLATE compression with per-row prediction filters built into the format. TIFF is a flexible container that can be stored uncompressed or with lossless schemes such as LZW or ZIP.
Convertify currently writes a lossless TIFF, so no image detail is lost in the move from PNG to TIFF. The pixels you put in are the pixels you get out.
PNG supports a full 8-bit alpha channel, 256 levels of opacity per pixel. TIFF also supports alpha, stored as an extra sample per pixel. The format distinguishes associated (premultiplied) and unassociated (straight) alpha, and most professional software expects unassociated alpha.
Convertify converts the image as-is with libvips, so a PNG with transparency keeps its alpha channel in the TIFF rather than being flattened onto a background. If your downstream tool needs a specific alpha handling or a flat white background instead, flatten the image in an editor before or after converting.
PNG supports 16-bit per channel color (48-bit RGB or 64-bit RGBA), and TIFF supports 16-bit per channel as well. This is one of the practical reasons to convert, because several professional editors (Photoshop, Lightroom, Capture One) handle 16-bit TIFF more smoothly than 16-bit PNG in their import and export pipelines.
Convertify converts with libvips, which carries the source PNG's bit depth through to the TIFF, so a 16-bit PNG stays 16-bit rather than being reduced to 8-bit.
Convert PNG to TIFF when a downstream workflow specifically expects TIFF: prepress and commercial printing, where TIFF is a common handoff format for print production; archival systems that mandate TIFF for long-term preservation; and editing pipelines that prefer 16-bit TIFF. TIFF is a faithful, lossless image master. If you only need a web or general-purpose image, PNG is already lossless and smaller, so there is no quality reason to convert.
If you upload several PNG files, Convertify converts each one to its own TIFF and returns them together in a ZIP archive. It does not merge them into a single multi-page TIFF: one PNG produces one TIFF. If your workflow needs all images bundled inside one multi-page .tiff (for example for some document or fax systems), combine the individual TIFFs afterward in a tool that writes multi-page TIFF.
libvips decodes the PNG with its built-in loader, reading the full RGBA data and any embedded color metadata, then writes the image out as a lossless TIFF. The bit depth and alpha channel of the source PNG carry through to the TIFF. Each PNG is converted independently: a single file returns one TIFF, and multiple files return a ZIP of separate TIFFs. The whole pipeline runs server-side in Rust, and uploaded files are removed automatically after processing.
Most web browsers do not display TIFF, so a converted .tiff may not preview in the browser even though it is valid. On Windows, open it with Photos or Windows Photo Viewer; on macOS, use Preview. Cross-platform tools like IrfanView, XnView, and GIMP open TIFF as well, and professional imaging software reads it directly. This is one reason people keep PNG for the web and use TIFF only where a specific tool or print workflow requires it.