PGX (JPEG 2000)
From Just Solve the File Format Problem
(Difference between revisions)
m (Updated a link) |
|||
Line 15: | Line 15: | ||
== Software == | == Software == | ||
− | * [http://www.openjpeg.org/ OpenJPEG] | + | * [http://www.openjpeg.org/ OpenJPEG (unconfirmed; decoder returns "!! Unrecognized format for infile : FILE.pgx [accept only *.j2k, *.jp2, *.jpc or *.jpt] !!"] |
* [http://www.ece.uvic.ca/~frodo/jasper/ JasPer] | * [http://www.ece.uvic.ca/~frodo/jasper/ JasPer] | ||
Revision as of 12:16, 21 November 2015
PGX is an uncompressed raster image file format used in JPEG 2000 conformance testing, and said to be used by the "JPEG 2000 Verification Model".
A PGX file stores only a single component, so it is limited to grayscale unless multiple PGX files are combined to make a color image.
Contents |
Identification
PGX files begin with ASCII characters "PG ML
", or "PG LM
".
Specifications
- ITU-T Rec. T.803, §B.2.6: Reference components file format
Software
- OpenJPEG (unconfirmed; decoder returns "!! Unrecognized format for infile : FILE.pgx [accept only *.j2k, *.jp2, *.jpc or *.jpt !!"]
- JasPer