public abstract class PhotometricInterpreter
extends java.lang.Object
| Constructor and Description |
|---|
PhotometricInterpreter(int samplesPerPixel,
int[] bitsPerSample,
int predictor,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
public PhotometricInterpreter(int samplesPerPixel,
int[] bitsPerSample,
int predictor,
int width,
int height)
public abstract void interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y) throws ImageReadException, java.io.IOException
ImageReadExceptionjava.io.IOException"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"