Property | Type | Description | |
---|---|---|---|
eol | System.String | ||
hd | CSJ2K.j2k.codestream.reader.HeaderDecoder | ||
pl | CSJ2K.j2k.util.ParameterList |
Method | Description | |
---|---|---|
ColorSpace ( CSJ2K.j2k.io.RandomAccessIO in_Renamed, CSJ2K.j2k.codestream.reader.HeaderDecoder hd, CSJ2K.j2k.util.ParameterList pl ) : System |
public constructor which takes in the image, parameterlist and the image header decoder as args.
|
|
ToString ( ) : System.String |
Return a suitable String representation of the class instance.
|
|
debugging ( ) : bool |
Are profiling diagnostics turned on
|
|
getChannelDefinition ( int c ) : int |
Return the channel definition of the input component.
|
|
getColorSpace ( ) : CSEnum |
Return the colorspace (sYCC, sRGB, sGreyScale).
|
|
getPaletteChannelBits ( int c ) : int |
Return bitdepth of the palette entries.
|
|
getPalettizedSample ( int channel, int index ) : int |
Return a palettized sample
|
|
indent ( System ident, System instr ) : System.String |
Indent a String that contains newlines.
|
|
isOutputSigned ( int channel ) : bool |
Signed output predicate.
|
Method | Description | |
---|---|---|
getBoxes ( ) : void |
Retrieve the various boxes from the JP2 file.
|
public ColorSpace ( CSJ2K.j2k.io.RandomAccessIO in_Renamed, CSJ2K.j2k.codestream.reader.HeaderDecoder hd, CSJ2K.j2k.util.ParameterList pl ) : System | ||
in_Renamed | CSJ2K.j2k.io.RandomAccessIO | |
hd | CSJ2K.j2k.codestream.reader.HeaderDecoder | provides information about the image header. /// |
pl | CSJ2K.j2k.util.ParameterList | provides parameters from the default and commandline lists. /// |
return | System |
public getPalettizedSample ( int channel, int index ) : int | ||
channel | int | requested /// |
index | int | of entry /// |
return | int |
public static indent ( System ident, System instr ) : System.String | ||
ident | System | |
instr | System | |
return | System.String |
public CSJ2K.j2k.codestream.reader.HeaderDecoder hd | ||
return | CSJ2K.j2k.codestream.reader.HeaderDecoder |