public class PhotometricInterpreterBiLevel extends PhotometricInterpreter
height, predictor, samplesPerPixel, width| Constructor and Description |
|---|
PhotometricInterpreterBiLevel(int samplesPerPixel,
int[] bitsPerSample,
int predictor,
int width,
int height,
boolean invert) |
| Modifier and Type | Method and Description |
|---|---|
void |
interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
getBitsPerSamplepublic PhotometricInterpreterBiLevel(int samplesPerPixel,
int[] bitsPerSample,
int predictor,
int width,
int height,
boolean invert)
public void interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y) throws ImageReadException, IOException
interpretPixel in class PhotometricInterpreterImageReadExceptionIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.