Package | Description |
---|---|
org.monte.media.exif |
Provides media handlers for EXIF meta-data.
|
org.monte.media.tiff |
Provides media handlers for the TIFF file format.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<TIFFTag,TIFFField> |
EXIFReader.getMetaDataMap()
Returns a flat hash map of the metadata.
|
Modifier and Type | Method and Description |
---|---|
TIFFField |
TIFFDirectory.getField(TIFFTag tag)
Returns a TIFFField with the specified tag.
|