Package | Description |
---|---|
loci.formats.tiff |
Package containing Bio-Formats TIFF code of general utility.
|
Modifier and Type | Method and Description |
---|---|
static TiffCompression |
TiffCompression.get(int code)
Retrieves a TIFF compression instance by code.
|
TiffCompression |
IFD.getCompression()
Retrieves the image's compression type (TIFF tag Compression) from
this IFD.
|
static TiffCompression |
TiffCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffCompression[] |
TiffCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Open Microscopy Environment