JPM
From Just Solve the File Format Problem
(Difference between revisions)
m |
(Category:JPEG (organization)) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |subcat2= | + | |subcat2=JPEG 2000 |
|extensions={{ext|jpm}} | |extensions={{ext|jpm}} | ||
|mimetypes={{mimetype|image/jpm}} | |mimetypes={{mimetype|image/jpm}} | ||
Line 11: | Line 11: | ||
== Identification == | == Identification == | ||
− | JPM files start with bytes <code>00 00 00 0c 6a 50 20 20 0d 0a 87 0a | + | JPM files start with bytes <code>00 00 00 0c 6a 50 20 20 0d 0a 87 0a 00 00 00 14 66 74 79 70 6a 70 6d 20</code>. |
== Specifications == | == Specifications == | ||
− | + | * [http://www.itu.int/rec/T-REC-T.805/en ITU-T Rec. T.805] | |
− | * [http://www.itu.int/rec/T-REC-T.805/en ITU-T Rec. T.805] | + | * [http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=61124 ISO/IEC 15444-6:2013] |
− | * [http://www.jpeg.org/jpeg2000/CDs15444.html JPEG 2000 Committee Drafts] → [http:// | + | * [http://old.jpeg.org/jpeg2000/CDs15444.html JPEG 2000 Committee Drafts] → [http://old.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) | * [http://www.itu.int/rec/T-REC-T.44/en ITU-T Rec. T.44]: Mixed Raster Content (referenced by the JPM specification) | ||
− | == Sample | + | == Software == |
+ | Refer to [[JPEG 2000#Software|JPEG 2000]]. | ||
+ | |||
+ | == Sample files == | ||
* [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] | ||
Line 26: | Line 29: | ||
* [http://www.jpeg.org/jpeg2000/index.html JPEG 2000 web site] | * [http://www.jpeg.org/jpeg2000/index.html JPEG 2000 web site] | ||
* [http://www.jpeg.org/jpeg2000/j2kpart6.html JPEG 2000 Part 6 web site] | * [http://www.jpeg.org/jpeg2000/j2kpart6.html JPEG 2000 Part 6 web site] | ||
+ | |||
+ | [[Category:Box file format]] | ||
+ | [[Category:JPEG (organization)]] |
Latest revision as of 17:28, 16 October 2019
JPM (JPEG 2000 compound image) is the image format defined by Part 6 of the JPEG 2000 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 |
[edit] Identification
JPM files start with bytes 00 00 00 0c 6a 50 20 20 0d 0a 87 0a 00 00 00 14 66 74 79 70 6a 70 6d 20
.
[edit] Specifications
- ITU-T Rec. T.805
- ISO/IEC 15444-6:2013
- JPEG 2000 Committee Drafts → fcd15444-6.pdf
- ITU-T Rec. T.44: Mixed Raster Content (referenced by the JPM specification)
[edit] Software
Refer to JPEG 2000.