Convert HEIF to TIFF
This HEIF 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
HEIF files here
drop your
HEIF 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
TIFF supports several compression methods. Lossless types keep all quality but may have larger file sizes. JPEG compression reduces size but may lose detail.
TIFF supports several compression methods. Lossless types keep all quality but may have larger file sizes. JPEG compression reduces size but may lose detail.
90
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
Only used if 'JPEG' compression is selected. Higher values give better quality at larger file sizes.
Only used if 'JPEG' compression is selected. Higher values give better quality at larger file sizes.
Enable Pyramid TIFF
NoCreates a multi-resolution TIFF, useful for large images that need zooming in certain viewers.
Creates a multi-resolution TIFF, useful for large images that need zooming in certain viewers.
Enable Tiled Output
NoSaves the image in small tiles instead of one strip, useful for large format printing and deep zoom.
Saves the image in small tiles instead of one strip, useful for large format printing and deep zoom.
Only used if 'Enable Tiled Output' is selected. Defines the width of each tile.
Only used if 'Enable Tiled Output' is selected. Defines the width of each tile.
Only used if 'Enable Tiled Output' is selected. Defines the height of each tile.
Only used if 'Enable Tiled Output' is selected. Defines the height of each tile.
px
Resize the image to a specific width in pixels. Leave blank to keep original.
Resize the image to a specific width in pixels. Leave blank to keep original.
px
Resize the image to a specific height in pixels. Leave blank to keep original.
Resize the image to a specific height in pixels. Leave blank to keep original.
cover
Determines how the image is resized to match new dimensions.
Determines how the image is resized to match new dimensions.
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 HEIF to TIFF Converter?
- Choose Files: Click 👆 on the button and choose input HEIF files, or you may drag and drop HEIF 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 HEIF files are sent to the server for conversion. This all happens in a lightening speed ⚡.
- Output: Once the HEIFs 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.
HEIF vs TIFF :— Comparison Table
HEIF | TIFF | |
---|---|---|
Format | HEIF | TIFF |
Full name | High Efficiency Image File Format | Tagged Image File Format |
Type | image | image |
Compression | lossy or lossless (HEVC-based) | lossless |
Extensions |
|
|
MIME type | image/heif | image/tiff |
Common MIME types |
|
|
Developer | Moving Picture Experts Group (MPEG) | Aldus Corporation (now Adobe Systems) |
Introduced | 2015 | 1986 |
Open standard | Yes | Yes |
Specification | https://www.iso.org/standard/66067.html | https://www.adobe.io/content/dam/udp/en/open/standards/tiff/TIFF6.pdf |
Description | HEIF (High Efficiency Image File Format) is a modern container format for individual images and image sequences. It typically uses the HEVC (High Efficiency Video Coding, also known as H.265) codec for compression, allowing it to store images at a much smaller file size than JPEG while maintaining equal or better visual quality. HEIF supports advanced features like multiple images in a single file, image sequences, transparency, high dynamic range (HDR), depth maps, and rich metadata. | 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: libheif, ImageMagick, Sharp (with libvips HEIF support) | Write: libheif, ImageMagick (HEIC enabled) | Read: libtiff, ImageMagick, GraphicsMagick, Photoshop | Write: libtiff, ImageMagick, Photoshop |
Related formats |
|
|
Popularity | medium-high | medium |
Aliases |
|
|
Magic bytes | 00 00 00 ?? 66 74 79 70 68 65 69 63 | 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 | Yes — HEIF supports image sequences for animation, similar to animated GIFs or APNGs, but with far greater compression efficiency and 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 | HEVC (H.265) intra-frame compression | Supports multiple: None, LZW, PackBits, JPEG, ZIP, CCITT Group 4 (fax), etc. |
Interlacing | none | Not applicable (stores images in full resolution) |
Advantages |
|
|
Disadvantages |
|
|
Max size note | While HEIF is efficient, very high-resolution or HDR images with multiple embedded sequences can still create large files; decoding them may be intensive for low-power devices. | The classic TIFF specification limits files to 4 GB, though BigTIFF (using 64-bit offsets) removes this restriction. |