Package | Description |
---|---|
com.sun.media.imageioimpl.plugins.jpeg2000 | |
jj2000.j2k.fileformat.reader | |
jj2000.j2k.fileformat.writer |
Modifier and Type | Field and Description |
---|---|
private J2KMetadata |
J2KImageReader.imageMetadata
Image metadata, valid for the imageMetadataIndex only.
|
private J2KMetadata |
J2KReadState.metadata |
Modifier and Type | Method and Description |
---|---|
private void |
J2KReadState.initializeRead(int imageIndex,
J2KImageReadParamJava param,
J2KMetadata metadata) |
Constructor and Description |
---|
J2KReadState(ImageInputStream iis,
J2KImageReadParamJava param,
J2KMetadata metadata,
J2KImageReader reader)
Constructs
J2KReadState . |
J2KRenderedImage(ImageInputStream iis,
J2KImageReadParamJava param,
J2KMetadata metadata,
J2KImageReader reader) |
Modifier and Type | Field and Description |
---|---|
private J2KMetadata |
FileFormatReader.metadata
The meta data
|
Constructor and Description |
---|
FileFormatReader(RandomAccessIO in,
J2KMetadata metadata)
The constructor of the FileFormatReader
|
Modifier and Type | Field and Description |
---|---|
private J2KMetadata |
FileFormatWriter.metadata
The sample model of the image to be compressed.
|
Modifier and Type | Method and Description |
---|---|
private void |
FileFormatWriter.writeMetadata(J2KMetadata metadata) |
Constructor and Description |
---|
FileFormatWriter(File file,
ImageOutputStream stream,
int height,
int width,
int nc,
int[] bpc,
int clength,
ColorModel colorModel,
SampleModel sampleModel,
J2KMetadata metadata)
The constructor of the FileFormatWriter.
|
Copyright © 2017 Open Microscopy Environment