Package | Description |
---|---|
loci.formats.tiff |
Package containing Bio-Formats TIFF code of general utility.
|
Modifier and Type | Field and Description |
---|---|
private static Map<Integer,PhotoInterp> |
PhotoInterp.lookup |
Modifier and Type | Method and Description |
---|---|
static PhotoInterp |
PhotoInterp.get(int code)
Retrieves a photometric interpretation by reverse lookup of its "code".
|
PhotoInterp |
IFD.getPhotometricInterpretation()
Retrieves the image's photometric interpretation (TIFF tag
PhotometricInterpretation) from this IFD.
|
static PhotoInterp |
PhotoInterp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhotoInterp[] |
PhotoInterp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Open Microscopy Environment