Method | Description | |
---|---|---|
Decode ( int &address, int &bufSize, mDecoders method ) : bool | ||
Decrypt ( string infile, string outfile ) : bool | ||
ReleaseMem ( ) : void | ||
SetFaxParams ( int columns, int rows, int k, int end_of_line, int encoded_byte_align, int end_of_block, int black_is1 ) : void | ||
SetPredictorParams ( int predictor, int columns, int colors, int bitspercomponent ) : void |
public Decode ( int &address, int &bufSize, mDecoders method ) : bool | ||
address | int | |
bufSize | int | |
method | mDecoders | |
return | bool |
public Decrypt ( string infile, string outfile ) : bool | ||
infile | string | |
outfile | string | |
return | bool |
public SetFaxParams ( int columns, int rows, int k, int end_of_line, int encoded_byte_align, int end_of_block, int black_is1 ) : void | ||
columns | int | |
rows | int | |
k | int | |
end_of_line | int | |
encoded_byte_align | int | |
end_of_block | int | |
black_is1 | int | |
return | void |
public SetPredictorParams ( int predictor, int columns, int colors, int bitspercomponent ) : void | ||
predictor | int | |
columns | int | |
colors | int | |
bitspercomponent | int | |
return | void |