Class ScanlineFilterAverage
- java.lang.Object
-
- org.apache.commons.imaging.formats.png.scanlinefilters.ScanlineFilterAverage
-
- All Implemented Interfaces:
ScanlineFilter
public class ScanlineFilterAverage extends java.lang.Object implements ScanlineFilter
-
-
Field Summary
Fields Modifier and Type Field Description private int
bytesPerPixel
-
Constructor Summary
Constructors Constructor Description ScanlineFilterAverage(int bytesPerPixel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
unfilter(byte[] src, byte[] dst, byte[] up)
-
-
-
Method Detail
-
unfilter
public void unfilter(byte[] src, byte[] dst, byte[] up) throws ImageReadException, java.io.IOException
- Specified by:
unfilter
in interfaceScanlineFilter
- Throws:
ImageReadException
java.io.IOException
-
-