public class PhotometricInterpreterBiLevel extends PhotometricInterpreter
bitsPerSample, height, predictor, samplesPerPixel, width
Constructor and Description |
---|
PhotometricInterpreterBiLevel(int fBitsPerPixel,
int fSamplesPerPixel,
int[] fBitsPerSample,
int Predictor,
int width,
int height,
boolean invert) |
Modifier and Type | Method and Description |
---|---|
void |
interpretPixel(BufferedImage bi,
int[] samples,
int x,
int y) |
dumpstats
public PhotometricInterpreterBiLevel(int fBitsPerPixel, int fSamplesPerPixel, int[] fBitsPerSample, int Predictor, int width, int height, boolean invert)
public void interpretPixel(BufferedImage bi, int[] samples, int x, int y) throws ImageReadException, IOException
interpretPixel
in class PhotometricInterpreter
ImageReadException
IOException
Copyright © 2007-2012. All Rights Reserved.