Uses of Class
org.apache.pdfbox.pdmodel.graphics.predictor.PredictorAlgorithm
-
Packages that use PredictorAlgorithm Package Description org.apache.pdfbox.pdmodel.graphics.predictor The predictor package contains code for different PNG predictor algorithms that are present in PDF documents. -
-
Uses of PredictorAlgorithm in org.apache.pdfbox.pdmodel.graphics.predictor
Subclasses of PredictorAlgorithm in org.apache.pdfbox.pdmodel.graphics.predictor Modifier and Type Class Description classAverageWe can use raw on the right hand side of the decoding formula because it is already decoded.classNoneThe none algorithm.classOptimumIn an Uptimum encoded image, each line takes up width*bpp+1 bytes.classPaethFrom http://www.w3.org/TR/PNG-Filters.html: The Paeth filter computes a simple linear function of the three neighboring pixels (left, above, upper left), then chooses as predictor the neighboring pixel closest to the computed value.classSubThe sub algorithm.classUpThe up algorithm.Methods in org.apache.pdfbox.pdmodel.graphics.predictor that return PredictorAlgorithm Modifier and Type Method Description static PredictorAlgorithmPredictorAlgorithm. getFilter(int predictor)
-