Convert PNG to TIFF
This PNG to TIFF converter lets you easily convert one or more images online. Upload images, fine-tune settings like quality and background color, and convert them to TIFF instantly — all using a fast and interactive interface. No installation or signup required.
or
drop your
PNG files here
drop your
PNG files here
Converted Files
Disclaimer:Please be aware that due to limited server storage, converted files will be automatically purged over time for optimal server performance.
Conversion Settings
lzw
Select the compression method for the TIFF file. Lossless options keep all image detail; JPEG is lossy but reduces size.
Select the compression method for the TIFF file. Lossless options keep all image detail; JPEG is lossy but reduces size.
80
102030405060708090100
When using JPEG compression, sets the quality level. Higher is better quality but larger size.
When using JPEG compression, sets the quality level. Higher is better quality but larger size.
Create Multi-resolution Pyramid
NoEnables multi-resolution levels for the TIFF file, useful for large images in certain viewing applications.
Enables multi-resolution levels for the TIFF file, useful for large images in certain viewing applications.
Use Tiled Layout
NoStores the TIFF as tiles instead of strips, which can be beneficial for certain image viewers and processing workflows.
Stores the TIFF as tiles instead of strips, which can be beneficial for certain image viewers and processing workflows.
px
Width of each tile when using tiled layout. Ignored if 'Use Tiled Layout' is off.
Width of each tile when using tiled layout. Ignored if 'Use Tiled Layout' is off.
px
Height of each tile when using tiled layout. Ignored if 'Use Tiled Layout' is off.
Height of each tile when using tiled layout. Ignored if 'Use Tiled Layout' is off.
px
Resize the image to a specific width. Leave blank to keep original.
Resize the image to a specific width. Leave blank to keep original.
px
Resize the image to a specific height. Leave blank to keep original.
Resize the image to a specific height. Leave blank to keep original.
cover
Determines how the image fits into the new size.
Determines how the image fits into the new size.
centre
Which part of the image to prioritize if cropping is required.
Which part of the image to prioritize if cropping is required.
Prevent Enlarging Small Images
YesAvoids stretching small images bigger, which can make them look blurry.
Avoids stretching small images bigger, which can make them look blurry.
Fix Orientation
YesRotates the image automatically if it contains orientation information from the camera.
Rotates the image automatically if it contains orientation information from the camera.
How to use this PNG to TIFF Converter?
- Choose Files: Click 👆 on the button and choose input PNG files, or you may drag and drop PNG files to the drop area. You may choose one or more image files. The chosen files are displayed with size information in the same drop area.
- Conversion Settings: You may change the conversion parameters like quality 🎛, background color, etc., using the sliders, or color input buttons.
- Conversion: Now you can click on the button. This is where the ⛄ magic happens. Your PNG files are sent to the server for conversion. This all happens in a lightening speed ⚡.
- Output: Once the PNGs are converted ✅ to TIFFs, they appear in the download section.
- Download Files: You may click 👆 on the big button to download ↓ all your converted TIFFs, or you may download individual TIFF by clicking on the respective download button.
- Options: There is also a link 🔗 which you can and share it using which you can download the converted TIFF files.
PNG vs TIFF :— Comparison Table
PNG | TIFF | |
---|---|---|
Format | PNG | TIFF |
Full name | Portable Network Graphics | Tagged Image File Format |
Type | image | image |
Compression | lossless | lossless |
Extensions |
|
|
MIME type | image/png | image/tiff |
Common MIME types |
|
|
Developer | PNG Development Group | Aldus Corporation (now Adobe Systems) |
Introduced | 1996 | 1986 |
Open standard | Yes | Yes |
Specification | https://www.w3.org/TR/PNG/ | https://www.adobe.io/content/dam/udp/en/open/standards/tiff/TIFF6.pdf |
Description | PNG (Portable Network Graphics) is a lossless raster image format designed to improve upon the limitations of the older GIF format. It supports millions of colors, full alpha transparency, and optional interlacing. Because it uses lossless DEFLATE compression, PNG preserves every pixel exactly as stored, making it ideal for graphics that need sharp edges, text clarity, and no degradation over multiple saves. | TIFF (Tagged Image File Format) is a flexible, high-quality raster image format often used in professional photography, publishing, medical imaging, and archival storage. It supports multiple color spaces, high bit depths, layers, multiple pages, and various compression methods (including none, LZW, PackBits, and JPEG). TIFF is valued for its ability to store images without quality loss, making it a preferred choice when preserving original detail is critical. |
Typical usage |
|
|
Typical use cases |
|
|
Widely supported by |
|
|
Tooling | Read: libpng, Sharp, ImageMagick, GraphicsMagick | Write: libpng, Sharp, ImageMagick | Read: libtiff, ImageMagick, GraphicsMagick, Photoshop | Write: libtiff, ImageMagick, Photoshop |
Related formats |
|
|
Popularity | high | medium |
Aliases |
|
|
Magic bytes | 89 50 4E 47 0D 0A 1A 0A | 49 49 2A 00 (little-endian) or 4D 4D 00 2A (big-endian) |
Bit depths |
|
|
Color models |
|
|
Alpha support | optional | optional |
Transparent color | Yes | Yes |
Animation support | No — PNG itself does not support animation, but the APNG extension (Animated PNG) enables frame-by-frame animations while retaining lossless quality. | No — TIFF is designed for still images; it can store multiple images/pages, but not as animated frames. |
ICC profile | Yes | Yes |
Metadata |
|
|
Compression method | DEFLATE (zlib) | Supports multiple: None, LZW, PackBits, JPEG, ZIP, CCITT Group 4 (fax), etc. |
Interlacing | Supports Adam7 interlacing for progressive display | Not applicable (stores images in full resolution) |
Advantages |
|
|
Disadvantages |
|
|
Max size note | While technically supporting very large dimensions, decoding extremely large PNGs can consume high amounts of RAM, potentially leading to performance issues in browsers. | The classic TIFF specification limits files to 4 GB, though BigTIFF (using 64-bit offsets) removes this restriction. |