Class PhotometricInterpreterBiLevel
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreter
-
- org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreterBiLevel
-
public class PhotometricInterpreterBiLevel extends PhotometricInterpreter
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
invert
-
Fields inherited from class org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreter
height, predictor, samplesPerPixel, width
-
-
Constructor Summary
Constructors Constructor Description PhotometricInterpreterBiLevel(int samplesPerPixel, int[] bitsPerSample, int predictor, int width, int height, boolean invert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)
-
Methods inherited from class org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreter
getBitsPerSample
-
-
-
-
Method Detail
-
interpretPixel
public void interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y) throws ImageReadException, java.io.IOException
- Specified by:
interpretPixel
in classPhotometricInterpreter
- Throws:
ImageReadException
java.io.IOException
-
-