Image MIME Reference
DWG
AutoCAD Drawing
image/vnd.dwg
VS
High Efficiency Image File Format Sequence
image/heif-sequence
HEIF-Sequence
A complete technical comparison of AutoCAD Drawing and High Efficiency Image File Format Sequence — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | DWG | HEIF-Sequence |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | Yes |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | Yes |
| EXIF Metadata | ✕ No | Yes |
| ICC Color Profile | ✕ No | Yes |
AutoCAD Drawing
image/vnd.dwg
Extension
.dwg
Container
DWG Binary Container
Compression
Proprietary Binary Compression (LZ77 based in newer versions)
Algorithm
Proprietary (Autodesk ObjectDBX)
Color Depth
Vector (True Color / Indexed AutoCAD Color Index)
Developed by
Autodesk
Released
1982
Magic Bytes
41 43 31 30 (AC10)
High Efficiency Image File Format Sequence
image/heif-sequence
Extension
.heifs.heif.hif
Container
HEIF / ISOBMFF (ISO/IEC 14496-12)
Compression
Lossy / Lossless
Algorithm
Codec Agnostic (HEVC, AVC, JPEG, AV1)
Color Depth
8-bit, 10-bit, 12-bit, 16-bit
Developed by
Moving Picture Experts Group (MPEG)
Released
2015
Magic Bytes
XX XX XX XX 66 74 79 70 6D 73 66 31
Browser Support Comparison
| Browser | DWG | HEIF-Sequence |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
DWG
DWG Strengths
- The undisputed industry standard for 2D drafting and basic 3D CAD modeling
- Highly optimized binary structure keeps file sizes relatively small compared to text-based CAD formats like DXF
- Supports incredibly complex datasets including external references (XREFs), dynamic blocks, and extensive custom metadata
Limitations
- It is a closed, proprietary format, making it difficult for third-party developers to support fully without licensing the Open Design Alliance (ODA) SDK
- Lacks native web or standard operating system previewer support
- Format versions change frequently (roughly every 3 years), breaking backward compatibility for older CAD software
HEIF-Sequence
HEIF-Sequence Strengths
- Codec-agnostic container allows for extreme flexibility when storing multi-frame photographic data
- Maintains the space-saving benefits of ISOBMFF shared frame data blocks
- Excellent for archiving computational photography workloads like exposure brackets or focal stacks
Limitations
- Codec ambiguity means a decoder might be able to parse the container but fail to decode the underlying pixels
- Zero native web browser support
- Complex container structure requires specialized parsing libraries to extract individual frames
When to choose which format
DWG
Use DWG when…
- Architectural Floor Plans
- Mechanical Engineering Models
- Civil Engineering Drafts
- 3D Product Designs
HEIF-Sequence
Use HEIF-Sequence when…
- Burst Photography
- Focal Stacking
- Exposure Bracketing
- Time-Lapse Data