| Package | Description |
|---|---|
| colorspace | |
| icc | |
| jj2000.j2k.codestream.reader |
| Modifier and Type | Field and Description |
|---|---|
protected ColorSpace |
ColorSpaceMapper.csMap
ColorSpace info
|
| Modifier and Type | Method and Description |
|---|---|
static BlkImgDataSrc |
SYccColorSpaceMapper.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class.
|
static BlkImgDataSrc |
Resampler.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class.
|
static BlkImgDataSrc |
PalettizedColorSpaceMapper.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class.
|
static BlkImgDataSrc |
EnumeratedColorSpaceMapper.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class.
|
static BlkImgDataSrc |
ColorSpaceMapper.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class.
|
static BlkImgDataSrc |
ChannelDefinitionMapper.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class.
|
| Constructor and Description |
|---|
ChannelDefinitionMapper(BlkImgDataSrc src,
ColorSpace csMap)
Ctor which creates an ICCProfile for the image and initializes
all data objects (input, working, and output).
|
ColorSpaceMapper(BlkImgDataSrc src,
ColorSpace csMap)
Ctor which creates an ICCProfile for the image and initializes
all data objects (input, working, and output).
|
EnumeratedColorSpaceMapper(BlkImgDataSrc src,
ColorSpace csMap)
Ctor which creates an ICCProfile for the image and initializes
all data objects (input, working, and output).
|
PalettizedColorSpaceMapper(BlkImgDataSrc src,
ColorSpace csMap)
Ctor which creates an ICCProfile for the image and initializes
all data objects (input, working, and output).
|
Resampler(BlkImgDataSrc src,
ColorSpace csMap)
Ctor resamples a BlkImgDataSrc so that all components
have the same number of samples.
|
SYccColorSpaceMapper(BlkImgDataSrc src,
ColorSpace csMap)
Ctor which creates an ICCProfile for the image and initializes
all data objects (input, working, and output).
|
| Modifier and Type | Method and Description |
|---|---|
static BlkImgDataSrc |
ICCProfiler.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class.
|
static ICCMonochromeInputProfile |
ICCMonochromeInputProfile.createInstance(ColorSpace csm)
Return the ICCProfile embedded in the input image
|
static ICCMatrixBasedInputProfile |
ICCMatrixBasedInputProfile.createInstance(ColorSpace csm)
Factory method to create ICCMatrixBasedInputProfile based on a
suppled profile file.
|
| Constructor and Description |
|---|
ICCMatrixBasedInputProfile(ColorSpace csm)
Construct an ICCMatrixBasedInputProfile based on a
suppled profile file.
|
ICCMonochromeInputProfile(ColorSpace csm)
Construct a ICCMonochromeInputProfile corresponding to the profile file
|
ICCProfile(ColorSpace csm)
ParameterList constructor
|
ICCProfiler(BlkImgDataSrc src,
ColorSpace csMap)
Ctor which creates an ICCProfile for the image and initializes
all data objects (input, working, output).
|
| Modifier and Type | Method and Description |
|---|---|
BlkImgDataSrc |
HeaderDecoder.createChannelDefinitionMapper(BlkImgDataSrc src,
ColorSpace csMap)
Creates and returns the ChannelDefinitonMapper which maps the
input channels to the channel definition for the appropriate
colorspace.
|
BlkImgDataSrc |
HeaderDecoder.createColorSpaceMapper(BlkImgDataSrc src,
ColorSpace csMap)
Creates and returns the EnumeratedColorSpaceMapper
corresponding to the information read from the JP2 image file
via the ColorSpace parameter.
|
BlkImgDataSrc |
HeaderDecoder.createPalettizedColorSpaceMapper(BlkImgDataSrc src,
ColorSpace csMap)
Creates and returns the PalettizedColorSpaceMapper which uses
the input samples as indicies into a sample palette to
construct the output.
|
BlkImgDataSrc |
HeaderDecoder.createResampler(BlkImgDataSrc src,
ColorSpace csMap)
Creates and returns the Resampler which converts the input
source to one in which all channels have the same number of
samples.
|
Copyright © 2015. All rights reserved.