Uses of Class
org.apache.commons.imaging.formats.tiff.TiffDirectory
Packages that use TiffDirectory
Package
Description
Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.
TIFF data readers.
-
Uses of TiffDirectory in org.apache.commons.imaging.formats.tiff
Fields in org.apache.commons.imaging.formats.tiff declared as TiffDirectoryModifier and TypeFieldDescriptionprivate final TiffDirectoryTiffImageMetadata.Directory.directoryFields in org.apache.commons.imaging.formats.tiff with type parameters of type TiffDirectoryModifier and TypeFieldDescriptionfinal List<TiffDirectory> TiffContents.directoriesprivate final List<TiffDirectory> TiffReader.Collector.directoriesMethods in org.apache.commons.imaging.formats.tiff that return TiffDirectoryMethods in org.apache.commons.imaging.formats.tiff with parameters of type TiffDirectoryModifier and TypeMethodDescriptionbooleanTiffReader.Collector.addDirectory(TiffDirectory directory) booleanTiffReader.FirstDirectoryCollector.addDirectory(TiffDirectory directory) booleanTiffReader.Listener.addDirectory(TiffDirectory directory) private static intAbstractTiffImageData.extractSampleFormat(TiffDirectory directory) protected BufferedImageTiffImageParser.getBufferedImage(TiffDirectory directory, ByteOrder byteOrder, TiffImagingParameters params) abstract AbstractImageDataReaderAbstractTiffImageData.getDataReader(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder) AbstractTiffImageData.Strips.getDataReader(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteorder) AbstractTiffImageData.Tiles.getDataReader(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder) private JpegImageDataTiffReader.getJpegRawImageData(ByteSource byteSource, TiffDirectory directory) private AbstractPhotometricInterpreterTiffImageParser.getPhotometricInterpreter(TiffDirectory directory, int photometricInterpretation, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height) (package private) AbstractTiffRasterDataTiffImageParser.getRasterData(TiffDirectory directory, ByteOrder byteOrder, TiffImagingParameters params) Reads the content of a TIFF file that contains numerical data samples rather than image-related pixels.private AbstractTiffImageDataTiffReader.getTiffRawImageData(ByteSource byteSource, TiffDirectory directory) Constructors in org.apache.commons.imaging.formats.tiff with parameters of type TiffDirectoryConstructor parameters in org.apache.commons.imaging.formats.tiff with type arguments of type TiffDirectoryModifierConstructorDescriptionTiffContents(TiffHeader tiffHeader, List<TiffDirectory> directories, List<TiffField> tiffFields) -
Uses of TiffDirectory in org.apache.commons.imaging.formats.tiff.datareaders
Fields in org.apache.commons.imaging.formats.tiff.datareaders declared as TiffDirectoryMethods in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type TiffDirectoryModifier 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.Constructors in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type TiffDirectoryModifierConstructorDescriptionAbstractImageDataReader(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, TiffPlanarConfiguration planarConfiguration) DataReaderStrips(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder, int rowsPerStrip, AbstractTiffImageData.Strips imageData) DataReaderTiled(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int tileWidth, int tileLength, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder, AbstractTiffImageData.Tiles imageData)