Uses of Class
org.apache.commons.imaging.common.ImageBuilder
Packages that use ImageBuilder
Package
Description
Provides utility classes that are employed across multiple image formats and sub-packages.
The BMP image format.
The ICNS image format.
The PNM image format family.
TIFF data readers.
Classes for TIFF photometric interpretation (specifies the intended interpretation of the image pixel data).
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 ImageBuilderModifier and TypeMethodDescriptionImageBuilder.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 ImageBuilderModifier and TypeMethodDescriptionprivate 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 ImageBuilderModifier and TypeMethodDescriptionprivate 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 ImageBuilderModifier and TypeMethodDescription(package private) voidAbstractFileInfo.readImage(ImageBuilder imageBuilder, InputStream is) -
Uses of ImageBuilder in org.apache.commons.imaging.formats.tiff.datareaders
Methods in org.apache.commons.imaging.formats.tiff.datareaders that return ImageBuilderModifier and TypeMethodDescriptionabstract ImageBuilderAbstractImageDataReader.readImageData(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.DataReaderStrips.readImageData(Rectangle subImageSpecification, boolean hasAlpha, boolean isAlphaPreMultiplied) DataReaderTiled.readImageData(Rectangle subImageSpecification, boolean hasAlpha, boolean isAlphaPreMultiplied) Methods in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type ImageBuilderModifier and TypeMethodDescription(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 ImageBuilderModifier and TypeMethodDescriptionabstract 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 ImageBuilderModifier and TypeMethodDescriptionvoidPhotometricInterpreterFloat.interpretPixel(ImageBuilder imageBuilder, int[] samples, int x, int y)