메소드 | 설명 | |
---|---|---|
CodecWithPredictor ( Tiff tif, Compression scheme, string name ) : System | ||
DecodeRow ( byte buffer, int offset, int count, short plane ) : bool |
Decodes one row of image data.
|
|
DecodeStrip ( byte buffer, int offset, int count, short plane ) : bool |
Decodes one strip of image data.
|
|
DecodeTile ( byte buffer, int offset, int count, short plane ) : bool |
Decodes one tile of image data.
|
|
EncodeRow ( byte buffer, int offset, int count, short plane ) : bool |
Encodes one row of image data.
|
|
EncodeStrip ( byte buffer, int offset, int count, short plane ) : bool |
Encodes one strip of image data.
|
|
EncodeTile ( byte buffer, int offset, int count, short plane ) : bool |
Encodes one tile of image data.
|
|
GetChildTagMethods ( ) : TiffTagMethods | ||
GetPredictorValue ( ) : Predictor | ||
SetPredictorValue ( Predictor value ) : void | ||
SetupDecode ( ) : bool |
Setups the decoder part of the codec. SetupDecode is called once before TiffCodec.PreDecode. |
|
SetupEncode ( ) : bool |
Setups the encoder part of the codec. SetupEncode is called once before TiffCodec.PreEncode. |
|
TIFFPredictorCleanup ( ) : void | ||
TIFFPredictorInit ( TiffTagMethods tagMethods ) : void | ||
predictor_decoderow ( byte buffer, int offset, int count, short plane ) : bool | ||
predictor_decodestrip ( byte buffer, int offset, int count, short plane ) : bool | ||
predictor_decodetile ( byte buffer, int offset, int count, short plane ) : bool | ||
predictor_encoderow ( byte buffer, int offset, int count, short plane ) : bool | ||
predictor_encodestrip ( byte buffer, int offset, int count, short plane ) : bool | ||
predictor_encodetile ( byte buffer, int offset, int count, short plane ) : bool | ||
predictor_setupdecode ( ) : bool | ||
predictor_setupencode ( ) : bool |
메소드 | 설명 | |
---|---|---|
PredictorDecodeRow ( byte buffer, int offset, int count, short plane ) : bool |
Decode a scanline and apply the predictor routine.
|
|
PredictorDecodeTile ( byte buffer, int offset, int count, short plane ) : bool |
Decode a tile/strip and apply the predictor routine. Note that horizontal differencing must be done on a row-by-row basis. The width of a "row" has already been calculated at pre-decode time according to the strip/tile dimensions.
|
|
PredictorEncodeRow ( byte buffer, int offset, int count, short plane ) : bool | ||
PredictorEncodeTile ( byte buffer, int offset, int count, short plane ) : bool | ||
PredictorSetup ( ) : bool | ||
PredictorSetupDecode ( ) : bool | ||
PredictorSetupEncode ( ) : bool | ||
fpAcc ( byte buffer, int offset, int count ) : void |
Floating point predictor accumulation routine.
|
|
fpDiff ( byte buffer, int offset, int count ) : void |
Floating point predictor differencing routine.
|
|
horAcc16 ( byte buffer, int offset, int count ) : void | ||
horAcc32 ( byte buffer, int offset, int count ) : void | ||
horAcc8 ( byte buffer, int offset, int count ) : void | ||
horDiff16 ( byte buffer, int offset, int count ) : void | ||
horDiff32 ( byte buffer, int offset, int count ) : void | ||
horDiff8 ( byte buffer, int offset, int count ) : void | ||
predictorFunc ( byte buffer, int offset, int count ) : void | ||
swabHorAcc16 ( byte buffer, int offset, int count ) : void | ||
swabHorAcc32 ( byte buffer, int offset, int count ) : void |
public CodecWithPredictor ( Tiff tif, Compression scheme, string name ) : System | ||
tif | Tiff | |
scheme | Compression | |
name | string | |
리턴 | System |
public DecodeRow ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | The buffer to place decoded image data to. |
offset | int | The zero-based byte offset in |
count | int | The number of decoded bytes that should be placed
/// to |
plane | short | The zero-based sample plane index. |
리턴 | bool |
public DecodeStrip ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | The buffer to place decoded image data to. |
offset | int | The zero-based byte offset in |
count | int | The number of decoded bytes that should be placed
/// to |
plane | short | The zero-based sample plane index. |
리턴 | bool |
public DecodeTile ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | The buffer to place decoded image data to. |
offset | int | The zero-based byte offset in |
count | int | The number of decoded bytes that should be placed
/// to |
plane | short | The zero-based sample plane index. |
리턴 | bool |
public EncodeRow ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | The buffer with image data to be encoded. |
offset | int | The zero-based byte offset in |
count | int | The maximum number of encoded bytes that can be placed
/// to |
plane | short | The zero-based sample plane index. |
리턴 | bool |
public EncodeStrip ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | The buffer with image data to be encoded. |
offset | int | The zero-based byte offset in |
count | int | The maximum number of encoded bytes that can be placed
/// to |
plane | short | The zero-based sample plane index. |
리턴 | bool |
public EncodeTile ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | The buffer with image data to be encoded. |
offset | int | The zero-based byte offset in |
count | int | The maximum number of encoded bytes that can be placed
/// to |
plane | short | The zero-based sample plane index. |
리턴 | bool |
public SetPredictorValue ( Predictor value ) : void | ||
value | Predictor | |
리턴 | void |
public TIFFPredictorInit ( TiffTagMethods tagMethods ) : void | ||
tagMethods | TiffTagMethods | |
리턴 | void |
public predictor_decoderow ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | |
offset | int | |
count | int | |
plane | short | |
리턴 | bool |
public predictor_decodestrip ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | |
offset | int | |
count | int | |
plane | short | |
리턴 | bool |
public predictor_decodetile ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | |
offset | int | |
count | int | |
plane | short | |
리턴 | bool |
public predictor_encoderow ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | |
offset | int | |
count | int | |
plane | short | |
리턴 | bool |
public predictor_encodestrip ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | |
offset | int | |
count | int | |
plane | short | |
리턴 | bool |
public predictor_encodetile ( byte buffer, int offset, int count, short plane ) : bool | ||
buffer | byte | |
offset | int | |
count | int | |
plane | short | |
리턴 | bool |