Package | Description |
---|---|
loci.formats.tiff |
Package containing Bio-Formats TIFF code of general utility.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,TiffCompression> |
TiffCompression.lookup
Reverse lookup of code to TIFF compression enumerate value.
|
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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.Integer,TiffCompression> |
TiffCompression.getCompressionMap() |
Copyright © 2019 Open Microscopy Environment