Image MIME Reference
AVCS
AVC Image Sequence (HEIF Container)
image/avcs
VS
High-Throughput JPEG 2000 Image
image/jph
HTJ2K-(JPH)
A complete technical comparison of AVC Image Sequence (HEIF Container) and High-Throughput JPEG 2000 Image — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | AVCS | HTJ2K-(JPH) |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | Yes | ✕ No |
| Progressive Loading | ✕ No | Yes |
| HDR Support | Yes | Yes |
| EXIF Metadata | Yes | Yes |
| ICC Color Profile | Yes | Yes |
AVC Image Sequence (HEIF Container)
image/avcs
Extension
.avcs.heifs
Container
HEIF / ISOBMFF (ISO/IEC 14496-12)
Compression
Lossy / Lossless
Algorithm
AVC (Advanced Video Coding / H.264)
Color Depth
8-bit, 10-bit, 12-bit
Developed by
Moving Picture Experts Group (MPEG) / ISO/IEC JTC 1
Released
2015
Magic Bytes
XX XX XX XX 66 74 79 70 61 76 63 73
High-Throughput JPEG 2000 Image
image/jph
Extension
.jph
Container
JPH (ISO/IEC 15444-15)
Compression
Lossy / Lossless
Algorithm
High-Throughput JPEG 2000 (HTJ2K)
Color Depth
8-bit, 16-bit, 32-bit, 38-bit
Developed by
Joint Photographic Experts Group (JPEG)
Released
2019
Magic Bytes
00 00 00 0C 6A 50 20 20 0D 0A 87 0A ... 66 74 79 70 6A 70 68 20
Browser Support Comparison
| Browser | AVCS | HTJ2K-(JPH) |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
AVCS
AVCS Strengths
- Efficiently stores bursts of images or animations utilizing inter-frame compression
- Leverages the highly compatible and widely hardware-accelerated AVC (H.264) codec
- Robust HEIF container supports extensive metadata, alpha channels, and depth maps
Limitations
- Zero native support in web browsers
- Largely superseded in efficiency by newer sequence formats like HEICS (HEVC) or Animated AVIF (AV1)
- Complicated container structure requires specialized parsing libraries
HTJ2K-(JPH)
HTJ2K-(JPH) Strengths
- Delivers orders of magnitude faster encoding and decoding than standard JPEG 2000 by utilizing a new, parallelizable block coder
- Supports mathematically lossless and lossy compression within the same codestream architecture
- Allows for resolution scalability, progressive decoding, and region-of-interest extraction without needing to decode the entire image
Limitations
- Zero native web browser support, requiring specialized libraries, API conversions, or WebAssembly (like OpenJPH.js) for web deployment
- Lack of broad consumer awareness, keeping it confined to professional, medical, and scientific workflows
- Requires more advanced software ecosystems to decode than ubiquitous formats like JPEG or WebP
When to choose which format
AVCS
Use AVCS when…
- Burst Photography
- Short Animations
- Camera Capture
- Archival Storage
HTJ2K-(JPH)
Use HTJ2K-(JPH) when…
- Medical Imaging (DICOM)
- Geospatial Data
- Digital Cinema
- Professional Archiving