JPX
From Just Solve the File Format Problem
JPX is a complex and versatile image file format, defined in Part 2 of the JPEG2000 standard (ISO/IEC 15444-2).
It is an extension of JP2 format. In addition to the JP2 feature set, JPX also offers:
- Extended colour space support
- Mechanisms for including opacity information
- Fragmented codestreams (even across multiple files)
- The possibility to combine multiple codestreams as composites or animations
- The possibility to use compression methods other than the usual wavelet compression (uncompresssed, Modified Huffman, Modified READ, Modified Modified READ, JBIG, JPEG, JPEG-LS, JBIG2).
The JPX specification is so large and difficult that its creators felt the need to define a simpler subset of it named Baseline JPX, which lies between JP2 and the full JPX format in complexity. Baseline JPX files, for example, can only use wavelet compression.
Contents |
Identifiers
The standard filename extension is .jpf. We list .jpx as well, because everybody else does, but it is probably only used by mistake.
Identification
JPX files (usually?) begin with bytes 00 00 00 0c 6a 50 20 20 0d 0a 87 0a ?? ?? ?? ?? 66 74 79 70 6a 70 78 20
.
Specifications
- JPEG 2000 Part 2 (Extensions) Annex M: JPX extended file format Syntax
- JPEG 2000 Part 2 (Extensions) Annex N: JPX file format extended metadata definition and syntax
- JPEG 2000 Committee Drafts
- ISO/IEC 15444-2
- http://www.itu.int/rec/T-REC-T.801/en ITU-T Rec. T.801] (not free to download)