Class TIFFPredictor
java.lang.Object
org.openpdf.renderer.decode.Predictor
org.openpdf.renderer.decode.TIFFPredictor
Undo prediction based on the TIFF Predictor 2 algorithm
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionunpredict(ByteBuffer imageData) Undo data based on the png algorithmMethods inherited from class Predictor
getAlgorithm, getBitsPerComponent, getColors, getColumns, getPredictor, setBitsPerComponent, setColors, setColumns
-
Constructor Details
-
TIFFPredictor
public TIFFPredictor()
-
-
Method Details
-
unpredict
Undo data based on the png algorithm- Specified by:
unpredictin classPredictor- Throws:
IOException
-