Class PhotometricInterpreterCieLab
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.photometricinterpreters.AbstractPhotometricInterpreter
-
- org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreterCieLab
-
public class PhotometricInterpreterCieLab extends AbstractPhotometricInterpreter
-
-
Field Summary
-
Fields inherited from class org.apache.commons.imaging.formats.tiff.photometricinterpreters.AbstractPhotometricInterpreter
height, predictor, samplesPerPixel, width
-
-
Constructor Summary
Constructors Constructor Description PhotometricInterpreterCieLab(int samplesPerPixel, int[] bitsPerSample, int predictor, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinterpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)-
Methods inherited from class org.apache.commons.imaging.formats.tiff.photometricinterpreters.AbstractPhotometricInterpreter
getBitsPerSample
-
-
-
-
Method Detail
-
interpretPixel
public void interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y) throws ImagingException, java.io.IOException
- Specified by:
interpretPixelin classAbstractPhotometricInterpreter- Throws:
ImagingExceptionjava.io.IOException
-
-