[]
Creates and returns the ChannelDefinitonMapper which maps the input channels to the channel definition for the appropriate colorspace.
public virtual BlkImgDataSrc createChannelDefinitionMapper(BlkImgDataSrc src, ColorSpace csMap)
Public Overridable Function createChannelDefinitionMapper(src As BlkImgDataSrc, csMap As ColorSpace) As BlkImgDataSrc
| Type | Name | Description |
|---|---|---|
| BlkImgDataSrc | src | The bit stream reader agent where to get code-block data from. |
| ColorSpace | csMap | provides color space information from the image file |
| Type | Description |
|---|---|
| BlkImgDataSrc | The channel definition mapping object |
| Type | Condition |
|---|---|
| ColorSpaceException | if image contains a bad colorspace box |