Uses of Class
loci.formats.tiff.IFDList
Packages that use IFDList
Package
Description
Package containing Bio-Formats file format readers.
Package containing Bio-Formats TIFF code of general utility.
-
Uses of IFDList in loci.formats.in
Fields in loci.formats.in declared as IFDListModifier and TypeFieldDescriptionprotected IFDListLeicaReader.headerIFDsArray of IFD-like structures containing metadata.private IFDList[]APLReader.ifdsprivate IFDListCellSensReader.ifdsprivate IFDListEPSReader.ifdsFlexReader.FlexFile.ifdsprotected IFDListLeicaReader.ifdsprotected IFDListMinimalTiffReader.ifdsList of IFDs for the current TIFF.protected IFDListMinimalTiffReader.thumbnailIFDsList of thumbnail IFDs for the current TIFF.Fields in loci.formats.in with type parameters of type IFDListModifier and TypeFieldDescriptionFV1000Reader.ifdsZeissLSMReader.ifdsListMinimalTiffReader.subResolutionIFDsList of sub-resolution IFDs for each IFD in the current TIFF with the same order asifds.Methods in loci.formats.in that return IFDListModifier and TypeMethodDescriptionMinimalTiffReader.getIFDs()Gets the list of IFDs associated with the current TIFF's image planes.MinimalTiffReader.getThumbnailIFDs()Gets the list of IFDs associated with the current TIFF's thumbnails. -
Uses of IFDList in loci.formats.tiff
Fields in loci.formats.tiff declared as IFDListModifier and TypeFieldDescriptionprivate IFDListTiffParser.ifdListCached list of IFDs in the current file.Methods in loci.formats.tiff that return IFDListModifier and TypeMethodDescriptionTiffParser.getExifIFDs()Returns EXIF IFDs.TiffParser.getIFDs()Deprecated.TiffParser.getMainIFDs()Returns the main list of IFDs in the file.TiffParser.getNonThumbnailIFDs()Returns non-thumbnail IFDs.TiffParser.getSubIFDs(IFD ifd) Returns the SUBIFDS belonging to a given IFD.TiffParser.getThumbnailIFDs()Returns thumbnail IFDs.Methods in loci.formats.tiff with parameters of type IFDListModifier and TypeMethodDescriptionvoidTiffSaver.writeImage(byte[][] buf, IFDList ifds, int pixelType)
TiffParser.getMainIFDs()andTiffParser.getSubIFDs(IFD)instead.