JPM
From Just Solve the File Format Problem
(Difference between revisions)
Line 8: | Line 8: | ||
|pronom={{PRONOM|fmt/463}} | |pronom={{PRONOM|fmt/463}} | ||
}} | }} | ||
− | '''JPM''' is the image format defined by | + | '''JPM''' is the image format defined by Part 6 of the [[JPEG2000]] standard (ISO/IEC 15444-6). [[JPM]] is an extension to the [[JP2]] format, and was developed for multi-page documents with multiple objects per page. Like [[JPX]], it also supports a number of alternative compression methods ([[JPEG]], [[JBIG]], [[JPEG-LS]], T.45 [[Run-length colour encoding]], and for some purposes [[Modified Huffman]], [[Modified READ]], [[Modified Modified READ]], [[JBIG2]]). |
− | + | == Identification == | |
+ | JPM files start with bytes <code>00 00 00 0c 6a 50 20 20 0d 0a 87 0a ?? ?? ?? ?? 66 74 79 70 6a 70 6d 20</code>. | ||
== Specifications == | == Specifications == | ||
− | + | * ISO/IEC 15444-6 | |
− | * [http://www.jpeg.org/public/fcd15444-6.pdf | + | * [http://www.itu.int/rec/T-REC-T.805/en ITU-T Rec. T.805] (not free to download) |
+ | * [http://www.jpeg.org/jpeg2000/CDs15444.html JPEG 2000 Committee Drafts] → [http://www.jpeg.org/public/fcd15444-6.pdf fcd15444-6.pdf] | ||
+ | * [http://www.itu.int/rec/T-REC-T.44/en ITU-T Rec. T.44]: Mixed Raster Content (referenced by the JPM specification) | ||
== Sample images == | == Sample images == | ||
+ | * [http://www.opf-labs.org/format-corpus/jp2k-formats/ JPEG 2000 sample images] | ||
− | * [http://www. | + | == Links == |
+ | * [[Wikipedia:JPEG 2000]] | ||
+ | * [http://www.jpeg.org/jpeg2000/index.html JPEG 2000 web site] | ||
+ | * [http://www.jpeg.org/jpeg2000/j2kpart6.html JPEG 2000 Part 6 web site] |
Revision as of 21:46, 27 July 2013
JPM is the image format defined by Part 6 of the JPEG2000 standard (ISO/IEC 15444-6). JPM is an extension to the JP2 format, and was developed for multi-page documents with multiple objects per page. Like JPX, it also supports a number of alternative compression methods (JPEG, JBIG, JPEG-LS, T.45 Run-length colour encoding, and for some purposes Modified Huffman, Modified READ, Modified Modified READ, JBIG2).
Contents |
Identification
JPM files start with bytes 00 00 00 0c 6a 50 20 20 0d 0a 87 0a ?? ?? ?? ?? 66 74 79 70 6a 70 6d 20
.
Specifications
- ISO/IEC 15444-6
- ITU-T Rec. T.805 (not free to download)
- JPEG 2000 Committee Drafts → fcd15444-6.pdf
- ITU-T Rec. T.44: Mixed Raster Content (referenced by the JPM specification)