JPEG 2000
From Just Solve the File Format Problem
(Difference between revisions)
m |
(Software links) |
||
Line 6: | Line 6: | ||
|mimetypes={{mimetype|image/jp2}}<br>{{mimetype|image/jpx}}<br>{{mimetype|image/jpm}}<br>{{mimetype|video/mj2}} | |mimetypes={{mimetype|image/jp2}}<br>{{mimetype|image/jpx}}<br>{{mimetype|image/jpm}}<br>{{mimetype|video/mj2}} | ||
}} | }} | ||
− | + | == Overview == | |
'''JPEG2000''' is a wavelet-based image compression standard. The standard includes a number of file formats that are used as containers for compressed image and video data: | '''JPEG2000''' is a wavelet-based image compression standard. The standard includes a number of file formats that are used as containers for compressed image and video data: | ||
Line 18: | Line 18: | ||
Colloquially the denomination [[JPEG2000]] is sometimes used to indicate the [[JP2]] format. This is not strictly correct, as [[JPEG2000]] is a ''compression standard'', not a ''format''. It is also confusing, since | Colloquially the denomination [[JPEG2000]] is sometimes used to indicate the [[JP2]] format. This is not strictly correct, as [[JPEG2000]] is a ''compression standard'', not a ''format''. It is also confusing, since | ||
the [[JPEG2000]] standard comprises multiple file formats. | the [[JPEG2000]] standard comprises multiple file formats. | ||
+ | |||
+ | == Software == | ||
+ | * [http://www.openjpeg.org/ OpenJPEG] | ||
+ | * [http://www.ece.uvic.ca/~frodo/jasper/ JasPer] | ||
+ | * [http://www.xnview.com/ XnView] | ||
== Sample files == | == Sample files == |
Revision as of 15:05, 1 April 2013
Contents |
Overview
JPEG2000 is a wavelet-based image compression standard. The standard includes a number of file formats that are used as containers for compressed image and video data:
- JP2 JPEG2000 Part 1 (base still image format)
- JPX JPEG2000 Part 2 (extended still image format)
- JPM JPEG2000 Part 6 (compound image format)
- MJ2 JPEG2000 Part 3 (motion JPEG2000)
- J2C JPEG2000 codestream (also defined by Part 1)
Disambiguation
Colloquially the denomination JPEG2000 is sometimes used to indicate the JP2 format. This is not strictly correct, as JPEG2000 is a compression standard, not a format. It is also confusing, since the JPEG2000 standard comprises multiple file formats.