Uses of Class org.pdfbox.pdmodel.graphics.predictor.PredictorAlgorithm

Uses in package org.pdfbox.pdmodel.graphics.predictor

Classes derived from org.pdfbox.pdmodel.graphics.predictor.PredictorAlgorithm

class
We can use raw on the right hand side of the decoding formula because it is already decoded.
class
The none algorithm.
class
From 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.
class
The sub algorithm.
class
The up algorithm.
class
In an Uptimum encoded image, each line takes up width*bpp+1 bytes.

Methods with return type org.pdfbox.pdmodel.graphics.predictor.PredictorAlgorithm

PredictorAlgorithm