Image MIME Reference
HEIC
High Efficiency Image Container
image/heic
VS
T.38 Fax over IP (FoIP)
image/t38
T.38
A complete technical comparison of High Efficiency Image Container and T.38 Fax over IP (FoIP) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
HEIC wins on browser support
Feature Support
| Feature | HEIC | T.38 |
|---|---|---|
| Transparency (Alpha) | Yes | ✕ No |
| Animation Support | Yes | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | Yes | ✕ No |
| EXIF Metadata | Yes | ✕ No |
| ICC Color Profile | Yes | ✕ No |
High Efficiency Image Container
image/heic
Extension
.heic
Container
HEIF / ISOBMFF
Compression
Lossy / Lossless
Algorithm
HEVC (H.265)
Color Depth
8-bit, 10-bit, 12-bit, 16-bit
Developed by
MPEG (Standard) / Apple (Adoption)
Released
2017
Magic Bytes
XX XX XX XX 66 74 79 70 68 65 69 63
T.38 Fax over IP (FoIP)
image/t38
Extension
.t38
Container
UDPTL or TCP (Network Transport)
Compression
Lossless (MH, MR, MMR / T.4, T.6)
Algorithm
MH (Modified Huffman)MR (Modified Read)MMR (Modified Modified Read)
Color Depth
1-bit (Monochrome B&W)
Developed by
ITU-T (International Telecommunication Union)
Released
1998
Magic Bytes
None (Network Stream)
Browser Support Comparison
| Browser | HEIC | T.38 |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✓ 11+
|
✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
HEIC
HEIC Strengths
- Exceptional compression efficiency — stores images at roughly half the file size of JPEG with equal or better visual quality
- Natively supports modern photography features like depth maps, 16-bit color, HDR, and alpha channel transparency
- Can store image bursts, focal stacks, and animations (Live Photos) within a single file
Limitations
- Heavily encumbered by software patents, leading to very poor adoption outside the Apple ecosystem
- Not supported by standard web browsers (except Safari), requiring server-side or client-side conversion for web delivery
- Windows requires downloading a separate (often paid) extension from the Microsoft Store to view natively
T.38
T.38 Strengths
- Designed specifically to overcome the timing and packet-loss issues that plague traditional fax over standard VoIP audio codecs (like G.711)
- Reduces bandwidth requirements by transmitting fax protocol data rather than uncompressed audio tones
- Universally supported by enterprise SIP trunks and Session Border Controllers (SBCs) for FoIP
Limitations
- Not an actual image file format, causing confusion due to its 'image/' MIME classification
- Extremely complex to implement correctly over lossy UDP networks (relies on UDPTL redundancy mechanisms)
- Zero support in web browsers or standard image viewing software
When to choose which format
HEIC
Use HEIC when…
- iOS / iPhone Photography
- macOS Ecosystem
- High-Quality Image Archiving
T.38
Use T.38 when…
- Fax over IP (FoIP) Transmissions
- SIP/SDP Media Negotiation
- VoIP Gateways and PBX Systems
- Enterprise Fax Servers