| Package | Description | 
|---|---|
| loci.formats.in | Package containing Bio-Formats file format readers. | 
| loci.formats.tiff | Package containing Bio-Formats TIFF code of general utility. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IFDList | LeicaReader. headerIFDsArray of IFD-like structures containing metadata. | 
| protected IFDList | LeicaReader. ifds | 
| private IFDList | CellSensReader. ifds | 
| IFDList | FlexReader.FlexFile. ifds | 
| private IFDList[] | APLReader. ifds | 
| private IFDList | EPSReader. ifds | 
| protected IFDList | MinimalTiffReader. ifdsList of IFDs for the current TIFF. | 
| protected IFDList | MinimalTiffReader. thumbnailIFDsList of thumbnail IFDs for the current TIFF. | 
| Modifier and Type | Field and Description | 
|---|---|
| private ArrayList<IFDList> | FV1000Reader. ifds | 
| private List<IFDList> | ZeissLSMReader. ifdsList | 
| protected List<IFDList> | MinimalTiffReader. subResolutionIFDsList of sub-resolution IFDs for each IFD in the current TIFF with the
 same order as  ifds. | 
| Modifier and Type | Method and Description | 
|---|---|
| IFDList | MinimalTiffReader. getIFDs()Gets the list of IFDs associated with the current TIFF's image planes. | 
| IFDList | MinimalTiffReader. getThumbnailIFDs()Gets the list of IFDs associated with the current TIFF's thumbnails. | 
| Modifier and Type | Field and Description | 
|---|---|
| private IFDList | TiffParser. ifdListCached list of IFDs in the current file. | 
| Modifier and Type | Method and Description | 
|---|---|
| IFDList | TiffParser. getExifIFDs()Returns EXIF IFDs. | 
| IFDList | TiffParser. getIFDs()Returns all IFDs in the file. | 
| IFDList | TiffParser. getNonThumbnailIFDs()Returns non-thumbnail IFDs. | 
| IFDList | TiffParser. getThumbnailIFDs()Returns thumbnail IFDs. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TiffSaver. writeImage(byte[][] buf,
          IFDList ifds,
          int pixelType) | 
Copyright © 2015 Open Microscopy Environment