JPEG 2000 Image Sequence (Obsolete)
image/hsj2
Released 2019
· by ISO/IEC JTC 1 / ITU-T
HSJ2 is an obsolete MIME type originally designed to encapsulate Motion JPEG 2000 (ISO/IEC 15444-3) image sequences within a High Efficiency Image File Format (HEIF) container. It has been officially deprecated by the JPEG committee and superseded by the newer image/hej2k format.
Technical Specifications
.hsj2
Motion JPEG 2000 (ISO/IEC 15444-3)
image/hej2k
Magic Bytes & HTTP Headers
....ftyphsj2
Browser Support Matrix
| Browser | Status | Min Version |
|---|---|---|
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | Legacy |
Advantages & Limitations
- Historically attempted to combine Motion JPEG 2000 sequences with the flexible metadata capabilities of the HEIF container
- Supported mathematically lossless compression and scalable wavelet decoding
- Officially deprecated by the standardization body (ISO/IEC JTC 1)
- Completely superseded by image/hej2k, rendering hsj2 files obsolete for any new development or archiving
- Zero web browser compatibility and negligible modern software support
Developer Code Snippets
File Detection Steps
How to programmatically detect a image/hsj2
file by reading its raw bytes:
- 1 Check for ISOBMFF 'ftyp' box starting at byte offset 4
- 2 Verify historical 'hsj2' brand string or similar Motion JPEG 2000 signature starting at byte offset 8
Software Support
Conversion Tools
Share & Embed
[](https://freewebptojpg.com/mime/image/hsj2)
<iframe src="https://freewebptojpg.com/mime/image/hsj2/embed" width="100%" height="280" style="border:1px solid #cbd5e1;border-radius:8px;" title="HSJ2 Specs"></iframe>
JSON API
All data on this page is available as a free, open JSON API. Use it in your project, documentation, or tooling.
GET https://freewebptojpg.com/mime/image/hsj2.json
Open JSON
Frequently Asked Questions
What is the image/hsj2 format?
It is an obsolete MIME type and encapsulation method intended to store Motion JPEG 2000 image sequences inside a HEIF (ISOBMFF) container.
Is HSJ2 still used?
No. The encapsulation of these image sequences and the image/hsj2 media type are deprecated and not recommended for new applications. They have been entirely replaced by the image/hej2k media type for JPEG 2000 image sequences.
Are HSJ2 images supported in web browsers?
No. There is zero native web browser support for this deprecated JPEG 2000 sequence format.