|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorSpace | |
---|---|
ucar.jpeg.colorspace | |
ucar.jpeg.icc | |
ucar.jpeg.jj2000.j2k.codestream.reader |
Uses of ColorSpace in ucar.jpeg.colorspace |
---|
Fields in ucar.jpeg.colorspace declared as ColorSpace | |
---|---|
protected ColorSpace |
ColorSpaceMapper.csMap
ColorSpace info |
Methods in ucar.jpeg.colorspace with parameters of type ColorSpace | |
---|---|
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 |
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 |
ChannelDefinitionMapper.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class. |
static BlkImgDataSrc |
SYccColorSpaceMapper.createInstance(BlkImgDataSrc src,
ColorSpace csMap)
Factory method for creating instances of this class. |
Constructors in ucar.jpeg.colorspace with parameters of type ColorSpace | |
---|---|
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). |
Uses of ColorSpace in ucar.jpeg.icc |
---|
Methods in ucar.jpeg.icc with parameters of type ColorSpace | |
---|---|
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. |
Constructors in ucar.jpeg.icc with parameters of type ColorSpace | |
---|---|
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). |
Uses of ColorSpace in ucar.jpeg.jj2000.j2k.codestream.reader |
---|
Methods in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type ColorSpace | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |