JP2
From Just Solve the File Format Problem
(Difference between revisions)
| Line 46: | Line 46: | ||
* [http://www.jpeg.org/jpeg2000/CDs15444.html JPEG 2000 Committee Drafts] → [http://www.jpeg.org/public/fcd15444-1.pdf fcd15444-1.pdf] | * [http://www.jpeg.org/jpeg2000/CDs15444.html JPEG 2000 Committee Drafts] → [http://www.jpeg.org/public/fcd15444-1.pdf fcd15444-1.pdf] | ||
| − | == Sample | + | == Software == |
| + | See also [[JPEG 2000#Software|JPEG 2000]]. | ||
| + | * [https://github.com/openplanets/jpylyzer jpylyzer]: JP2 validator and property extractor | ||
| + | |||
| + | == 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] | ||
Revision as of 02:02, 9 October 2013
JP2 is the baseline image file format defined by the JPEG 2000 standard. It encapsulates a JPEG 2000 codestream.
Contents |
Identifiers
| Format | PRONOM | LoCFDD |
|---|---|---|
| JP2 | x-fmt/392 | fdd000143 |
| JP2, Lossless | fdd000167 | |
| JP2, Lossy | fdd000168 | |
| JP2, Profile 0 | fdd000195 | |
| JP2, Profile 1 | fdd000197 | |
| JP2, Profile 3 | fdd000212 | |
| JP2, Profile 4 | fdd000214 | |
| JP2, BIIF Profile | fdd000169 | |
| JP2, NDNP Profile | fdd000193 |
Identification
JP2 files begin with bytes 00 00 00 0c 6a 50 20 20 0d 0a 87 0a ?? ?? ?? ?? 66 74 79 70 6a 70 32 20.
However, if four bytes at offset 20 are not as shown above ("jp2 "), a JP2 decoder is still expected to decode the file if "jp2 " appears in the list beginning at byte offset 28.
Specifications
- ISO/IEC 15444-1 Annex I: JP2 file format syntax
- ISO/IEC 15444-1
- ITU-T Rec. T.800 (not free to download)
- JPEG 2000 Committee Drafts → fcd15444-1.pdf
Software
See also JPEG 2000.
- jpylyzer: JP2 validator and property extractor