Package | Description |
---|---|
ome.jxr |
OME JPEG XR: OME library for reading the JPEG XR file format.
|
ome.jxr.ifd |
Enums and classes used during metadata extraction from the IFD structure.
|
ome.jxr.parser |
Class hierarchy implementing the chain of responsibility pattern and used
during parsing of the file, IFD and image header.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
JXRReader.getDecompressedImage() |
IFDMetadata |
JXRReader.getMetadata() |
Constructor and Description |
---|
JXRReader(RandomAccessInputStream stream) |
JXRReader(String filename) |
Modifier and Type | Method and Description |
---|---|
Integer |
IFDMetadata.getBitsPerPixel() |
Long |
IFDMetadata.getImageByteCount() |
Long |
IFDMetadata.getImageHeight() |
Integer |
IFDMetadata.getImageOffset() |
Long |
IFDMetadata.getImageWidth() |
Integer |
IFDMetadata.getNumberOfChannels() |
private void |
IFDMetadata.verifyRequiredEntries() |
Modifier and Type | Method and Description |
---|---|
private void |
FileParser.calculateIFDOffset() |
private void |
FileParser.checkFileSize() |
private void |
FileParser.checkFileStructureVersion() |
private void |
DatastreamParser.checkGDISignaturePresence() |
private void |
FileParser.checkHeaderBOM() |
private void |
FileParser.checkHeaderLength() |
private void |
FileParser.checkIfValidJpegXr() |
void |
IFDParser.parse() |
void |
DatastreamParser.parse() |
void |
Parser.parse() |
void |
Parser.parse(long parsingOffset) |
void |
FileParser.parse(long parsingOffset) |
private void |
DatastreamParser.verifyImageHeaderConformance() |
private void |
DatastreamParser.verifyPrimaryImagePlaneHeaderConformance() |
Constructor and Description |
---|
DatastreamParser(Parser parentParser,
RandomAccessInputStream stream) |
Copyright © 2016 Open Microscopy Environment