Uses of Class
org.apache.commons.imaging.common.ImageBuilder
-
Packages that use ImageBuilder Package Description org.apache.commons.imaging.formats.tiff.datareaders TIFF data readers.org.apache.commons.imaging.formats.tiff.photometricinterpreters Classes for TIFF photometric interpretation (specifies the intended interpretation of the image pixel data).org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint Provides supplemental photometric interpreters for TIFF products based on floating-point data. -
-
Uses of ImageBuilder in org.apache.commons.imaging.formats.tiff.datareaders
Methods in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type ImageBuilder Modifier and Type Method Description voidDataReaderStrips. readImageData(ImageBuilder imageBuilder)voidDataReaderTiled. readImageData(ImageBuilder imageBuilder)abstract voidImageDataReader. readImageData(ImageBuilder imageBuilder) -
Uses of ImageBuilder in org.apache.commons.imaging.formats.tiff.photometricinterpreters
Methods in org.apache.commons.imaging.formats.tiff.photometricinterpreters with parameters of type ImageBuilder Modifier and Type Method Description abstract voidPhotometricInterpreter. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)voidPhotometricInterpreterBiLevel. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)voidPhotometricInterpreterCieLab. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)voidPhotometricInterpreterCmyk. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)voidPhotometricInterpreterLogLuv. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)voidPhotometricInterpreterPalette. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)voidPhotometricInterpreterRgb. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)voidPhotometricInterpreterYCbCr. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y) -
Uses of ImageBuilder in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint
Methods in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint with parameters of type ImageBuilder Modifier and Type Method Description voidPhotometricInterpreterFloat. interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)
-