Class PhotometricInterpreterCmyk
java.lang.Object
org.apache.commons.imaging.formats.tiff.photometricinterpreters.AbstractPhotometricInterpreter
org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreterCmyk
- 
Field SummaryFields inherited from class org.apache.commons.imaging.formats.tiff.photometricinterpreters.AbstractPhotometricInterpreterheight, predictor, samplesPerPixel, width
- 
Constructor SummaryConstructorsConstructorDescriptionPhotometricInterpreterCmyk(int samplesPerPixel, int[] bitsPerSample, int predictor, int width, int height) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidinterpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y) Methods inherited from class org.apache.commons.imaging.formats.tiff.photometricinterpreters.AbstractPhotometricInterpretergetBitsPerSample
- 
Constructor Details- 
PhotometricInterpreterCmykpublic PhotometricInterpreterCmyk(int samplesPerPixel, int[] bitsPerSample, int predictor, int width, int height) 
 
- 
- 
Method Details- 
interpretPixelpublic void interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y) throws ImagingException, IOException - Specified by:
- interpretPixelin class- AbstractPhotometricInterpreter
- Throws:
- ImagingException
- IOException
 
 
-