Pajdeg
0.2.2
Pajdeg
|
Prediction filter. More...
Files | |
file | PDStreamFilterPrediction.h |
Enumerations | |
enum | PDPredictorType { PDPredictorNone = 1, PDPredictorTIFF2 = 2, PDPredictorPNG_NONE = 10, PDPredictorPNG_SUB = 11, PDPredictorPNG_UP = 12, PDPredictorPNG_AVG = 13, PDPredictorPNG_PAE = 14, PDPredictorPNG_OPT = 15 } |
Functions | |
PDStreamFilterRef | PDStreamFilterUnpredictionCreate (PDDictionaryRef options) |
PDStreamFilterRef | PDStreamFilterPredictionConstructor (PDBool inputEnd, PDDictionaryRef options) |
Prediction filter.
enum PDPredictorType |
Prediction filter type, i.e. which strategy to use.
Based on the PDF specification v 1.7, table 3.8, p. 76.
PDStreamFilterRef PDStreamFilterPredictionConstructor | ( | PDBool | inputEnd, |
PDDictionaryRef | options | ||
) |
Set up a stream filter for prediction based on inputEnd boolean.
PDStreamFilterRef PDStreamFilterUnpredictionCreate | ( | PDDictionaryRef | options | ) |
Set up a stream filter for prediction. Set up stream filter for unprediction.