Uses of Class
org.apache.commons.imaging.common.ImageBuilder
-
Packages that use ImageBuilder Package Description org.apache.commons.imaging.common Provides utility classes that are employed across multiple image formats and sub-packages.org.apache.commons.imaging.formats.bmp The BMP image format.org.apache.commons.imaging.formats.icns The ICNS image format.org.apache.commons.imaging.formats.pnm The PNM image format family.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.common
Methods in org.apache.commons.imaging.common that return ImageBuilder Modifier and Type Method Description ImageBuilderImageBuilder. getSubset(int x, int y, int w, int h)Gets a subset of the ImageBuilder content using the specified parameters to indicate an area of interest. -
Uses of ImageBuilder in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp with parameters of type ImageBuilder Modifier and Type Method Description private intPixelParserRle. processByteOfData(int[] rgbs, int repeat, int x, int y, int width, int height, ImageBuilder imageBuilder)abstract voidAbstractPixelParser. processImage(ImageBuilder imageBuilder)voidAbstractPixelParserSimple. processImage(ImageBuilder imageBuilder)voidPixelParserRle. processImage(ImageBuilder imageBuilder) -
Uses of ImageBuilder in org.apache.commons.imaging.formats.icns
Methods in org.apache.commons.imaging.formats.icns with parameters of type ImageBuilder Modifier and Type Method Description private static voidIcnsDecoder. apply1BPPMask(byte[] maskData, ImageBuilder image)private static voidIcnsDecoder. apply8BPPMask(byte[] maskData, ImageBuilder image)private static voidIcnsDecoder. decode1BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)private static voidIcnsDecoder. decode32BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)private static voidIcnsDecoder. decode4BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)private static voidIcnsDecoder. decode8BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image) -
Uses of ImageBuilder in org.apache.commons.imaging.formats.pnm
Methods in org.apache.commons.imaging.formats.pnm with parameters of type ImageBuilder Modifier and Type Method Description (package private) voidAbstractFileInfo. readImage(ImageBuilder imageBuilder, java.io.InputStream is) -
Uses of ImageBuilder in org.apache.commons.imaging.formats.tiff.datareaders
Methods in org.apache.commons.imaging.formats.tiff.datareaders that return ImageBuilder Modifier and Type Method Description abstract ImageBuilderAbstractImageDataReader. readImageData(java.awt.Rectangle subImageSpecification, boolean hasAlpha, boolean isAlphaPremultiplied)Reads the image data from the IFD associated with this instance of ImageDataReader using the optional sub-image specification if desired.ImageBuilderDataReaderStrips. readImageData(java.awt.Rectangle subImageSpecification, boolean hasAlpha, boolean isAlphaPreMultiplied)ImageBuilderDataReaderTiled. readImageData(java.awt.Rectangle subImageSpecification, boolean hasAlpha, boolean isAlphaPreMultiplied)Methods in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type ImageBuilder Modifier and Type Method Description (package private) static voidDataInterpreterJpeg. intepretBlock(TiffDirectory directory, ImageBuilder workingBuilder, int xBlock, int yBlock, int blockWidth, int blockHeight, byte[] compressed)Interpret the content of a TIFF strip or tile obtained from the source file.private voidDataReaderStrips. interpretStrip(ImageBuilder imageBuilder, byte[] bytes, int pixelsPerStrip, int yLimit)private voidDataReaderTiled. interpretTile(ImageBuilder imageBuilder, byte[] bytes, int startX, int startY, int xLimit, int yLimit) -
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 voidAbstractPhotometricInterpreter. 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)
-