java.lang.ObjectThe up algorithm.org.apache.pdfbox.pdmodel.graphics.predictor.PredictorAlgorithm
org.apache.pdfbox.pdmodel.graphics.predictor.Up
Up(i,j) = Raw(i,j) - Raw(i,j-1)
Raw(i,j) = Up(i,j) + Raw(i,j-1)
xylifyx
- @yahoo.co.uk$
- Revision: 1.3 $Method from org.apache.pdfbox.pdmodel.graphics.predictor.Up Summary: |
---|
decodeLine, encodeLine |
Methods from org.apache.pdfbox.pdmodel.graphics.predictor.PredictorAlgorithm: |
---|
aboveLeftPixel, abovePixel, checkBufsiz, decode, decodeLine, encode, encodeLine, getBpp, getFilter, getHeight, getWidth, leftPixel, main, setBpp, setHeight, setWidth |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.pdfbox.pdmodel.graphics.predictor.Up Detail: |
---|
|
|