Initializing... drag & drop files here
Supports: HEIC
.tiff or .tif.HEIC is Apple's compressed photo format (HEVC inside an MPEG container) — efficient and small, but recognized only by macOS, iOS, and tools that bundle the codec. TIFF (Tagged Image File Format) is the print, prepress, archival, and scientific-imaging standard since 1986. Common reasons to convert HEIC → TIFF:
| Property | HEIC | TIFF |
|---|---|---|
| Compression | Lossy (HEVC) | Lossless (LZW, DEFLATE, ZSTD, PackBits, CCITT) or lossy (JPEG, JP2K) |
| Color spaces | RGB | RGB, CMYK, LAB, grayscale, palette, multi-channel |
| Transparency | Limited (some HEIC variants) | Yes (alpha channel) |
| Bit depth | 8 / 10 bit | 1 / 8 / 16 / 32 bit per channel |
| Native viewer | iOS, macOS, Windows 10+ (with extension) | Photoshop, GIMP, every pro tool, every print shop |
| Pro print acceptance | Limited / often rejected | Universal |
| Archival longevity | Stable since 2017 | Stable since 1986 |
| Best for | Mobile photos, iCloud storage | Print, archival, professional editing |
| Compression | Quality | Best for |
|---|---|---|
| JPEG (the default) | Lossy | Smallest TIFFs; photo sets where size matters |
| LZW | Lossless | General-purpose archival — universal compatibility |
| DEFLATE / ZSTD | Lossless | Modern workflows where decoders are recent |
| PackBits | Lossless | Legacy Mac and prepress compatibility |
| None | Lossless (uncompressed) | True archival, prepress masters — largest files |
Yes — EXIF metadata transfers to the TIFF output (TIFF natively supports EXIF in TIFF tags). Date taken, GPS coordinates, camera model (iPhone 14 Pro etc.), exposure settings, and lens information all survive. There is no strip-metadata control on this page, so if you want the location removed for privacy, strip EXIF in your photo manager before sharing.
HEIC uses HEVC, one of the most efficient lossy image codecs there is, so almost anything you convert it to comes out bigger. How much bigger depends on the Compression Type: the default JPEG setting keeps the growth modest, while a lossless choice such as LZW or None preserves every decoded pixel exactly — a 12-megapixel iPhone photo is about 36 MB fully uncompressed (12 MP × 3 bytes per pixel), before LZW claws some of that back. This is normal: HEIC is for storage, lossless TIFF is for editing and archival.
Only if you switch the Compression Type to a lossless mode. With LZW, DEFLATE, ZSTD, PackBits, or None, the TIFF preserves every pixel of the HEIC's decoded output; the default JPEG mode re-compresses lossily, so change it when bit-exactness matters. However, the source HEIC was already lossy: HEVC discarded some perceptual data during the original iPhone capture, and TIFF can't recover that. A lossless conversion stops further quality loss going forward, but it can't undo the original HEIC compression.
Yes — TIFF is the universal pro-photo format. Adobe Photoshop, Lightroom, Bridge, Camera Raw, Capture One, and Affinity Photo all open TIFF natively without plugins or extensions. This is the main reason photographers convert iPhone HEIC → TIFF: get the photo into a pro editing environment without HEIC support gaps.
No. Live Photos (motion clip) and depth maps (portrait mode) are HEIC-specific extensions stored as separate streams. TIFF doesn't carry them. The output is the still image only. To preserve the Live Photo motion, share via AirDrop or iCloud Link without conversion.
By default, TIFF output preserves the source HEIC's RGB color space. iPhone photos are RGB. If you need CMYK for print, you'll need an editor (Photoshop, Affinity Photo) to perform color-space conversion since CMYK requires a target ICC profile and rendering intent specific to the print process. The standard workflow: HEIC → TIFF (RGB) → editor → TIFF (CMYK).
Yes — drop in entire camera roll exports. Each file converts in parallel on our servers and downloads individually or as a single ZIP. Useful when prepping a print job from a vacation's worth of iPhone photos.
This page does not expose a DPI control — the conversion keeps the pixel grid, and DPI is only a metadata hint that printers and layout software can override. What actually determines print quality is pixels divided by print size: a 4032 × 3024 iPhone photo covers about 13.4 × 10 inches at 300 DPI (4032 ÷ 300), the standard for high-quality offset printing, brochures, and magazines. If a print shop requires a specific embedded DPI value, set it in an editor such as Photoshop after converting — changing DPI without resampling never alters the pixels themselves.
Yes — see HEIC to JPG for the smaller, universally-readable lossy option, or HEIC to PNG for web-compatible output with transparency support.