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.headerIFDs
Array of IFD-like structures containing metadata.
|
protected IFDList |
LeicaReader.ifds |
IFDList |
FlexReader.FlexFile.ifds |
private IFDList |
CellSensReader.ifds |
private IFDList[] |
APLReader.ifds |
protected IFDList |
MinimalTiffReader.ifds
List of IFDs for the current TIFF.
|
private IFDList |
EPSReader.ifds |
protected IFDList |
MinimalTiffReader.thumbnailIFDs
List of thumbnail IFDs for the current TIFF.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<IFDList> |
FV1000Reader.ifds |
private java.util.List<IFDList> |
ZeissLSMReader.ifdsList |
protected java.util.List<IFDList> |
MinimalTiffReader.subResolutionIFDs
List 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.ifdList
Cached list of IFDs in the current file.
|
Modifier and Type | Method and Description |
---|---|
IFDList |
TiffParser.getExifIFDs()
Returns EXIF IFDs.
|
IFDList |
TiffParser.getIFDs()
Deprecated.
Use
TiffParser.getMainIFDs() and TiffParser.getSubIFDs(IFD) instead. |
IFDList |
TiffParser.getMainIFDs()
Returns the main list of IFDs in the file.
|
IFDList |
TiffParser.getNonThumbnailIFDs()
Returns non-thumbnail IFDs.
|
IFDList |
TiffParser.getSubIFDs(IFD ifd)
Returns the SUBIFDS belonging to a given IFD.
|
IFDList |
TiffParser.getThumbnailIFDs()
Returns thumbnail IFDs.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffSaver.writeImage(byte[][] buf,
IFDList ifds,
int pixelType) |
Copyright © 2020 Open Microscopy Environment