JPX
From Just Solve the File Format Problem
(Difference between revisions)
m (Cleanup) |
|||
Line 5: | Line 5: | ||
|extensions={{ext|jpf}} {{ext|jpx}} | |extensions={{ext|jpf}} {{ext|jpx}} | ||
|mimetypes={{mimetype|image/jpx}} | |mimetypes={{mimetype|image/jpx}} | ||
+ | |locfdd={{LoCFDD|fdd000154}} | ||
|pronom={{PRONOM|fmt/151}} | |pronom={{PRONOM|fmt/151}} | ||
}} | }} | ||
+ | == Overview == | ||
'''JPX''' is the wavelet-based compressed image format defined by [http://www.jpeg.org/jpeg2000/j2kpart2.html Part 2] of the [http://www.jpeg.org/jpeg2000/ JPEG 2000 standard]. The format syntax is defined in [http://www.jpeg.org/public/15444-2annexm.pdf ISO/IEC 15444-2:2004 (E) - ITU-T Rec. T.801 (08/2002) - Annex M - JPX extended file format syntax]. Note that the final standards are not freely available, but the [http://www.jpeg.org/jpeg2000/CDs15444.html committee drafts] are. It is an extension to the [[JP2]] format. In addition to the [[JP2]] feature set, [[JPX]] also offers: | '''JPX''' is the wavelet-based compressed image format defined by [http://www.jpeg.org/jpeg2000/j2kpart2.html Part 2] of the [http://www.jpeg.org/jpeg2000/ JPEG 2000 standard]. The format syntax is defined in [http://www.jpeg.org/public/15444-2annexm.pdf ISO/IEC 15444-2:2004 (E) - ITU-T Rec. T.801 (08/2002) - Annex M - JPX extended file format syntax]. Note that the final standards are not freely available, but the [http://www.jpeg.org/jpeg2000/CDs15444.html committee drafts] are. It is an extension to the [[JP2]] format. In addition to the [[JP2]] feature set, [[JPX]] also offers: | ||
Line 15: | Line 17: | ||
* The possibility to have codestreams that use alternative compression methods (uncompresssed, [[Modified Huffman]], [[Modified READ]], [[Modified Modified READ]], [[JBIG]], [[JPEG]], [[JPEG-LS]], [[JBIG2]]). | * The possibility to have codestreams that use alternative compression methods (uncompresssed, [[Modified Huffman]], [[Modified READ]], [[Modified Modified READ]], [[JBIG]], [[JPEG]], [[JPEG-LS]], [[JBIG2]]). | ||
− | + | The standard filename extension is '''.jpf'''. Apparently, '''.jpx''' is also sometimes used. | |
== Specifications == | == Specifications == | ||
Line 24: | Line 26: | ||
* [http://www.opf-labs.org/format-corpus/jp2k-formats/ JPEG 2000 sample images] | * [http://www.opf-labs.org/format-corpus/jp2k-formats/ JPEG 2000 sample images] | ||
+ | |||
+ | == Links == | ||
+ | * [[Wikipedia:JPEG 2000]] |
Revision as of 23:01, 19 March 2013
Contents |
Overview
JPX is the wavelet-based compressed image format defined by Part 2 of the JPEG 2000 standard. The format syntax is defined in ISO/IEC 15444-2:2004 (E) - ITU-T Rec. T.801 (08/2002) - Annex M - JPX extended file format syntax. Note that the final standards are not freely available, but the committee drafts are. It is an extension to the 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 have codestreams that use alternative compression methods (uncompresssed, Modified Huffman, Modified READ, Modified Modified READ, JBIG, JPEG, JPEG-LS, JBIG2).
The standard filename extension is .jpf. Apparently, .jpx is also sometimes used.