java.lang.ObjectThe sub algorithm.org.apache.pdfbox.pdmodel.graphics.predictor.PredictorAlgorithm
org.apache.pdfbox.pdmodel.graphics.predictor.Sub
Sub(i,j) = Raw(i,j) - Raw(i-1,j)
Raw(i,j) = Sub(i,j) + Raw(i-1,j)
xylifyx
- @yahoo.co.uk$
- Revision: 1.3 $Method from org.apache.pdfbox.pdmodel.graphics.predictor.Sub 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.Sub Detail: |
---|
|
|