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 | Class and Description |
---|---|
class |
EXIFTagSet
Enumeration of standard EXIF tags.
|
class |
FujifilmMakerNoteTagSet
Enumeration of Fujifilm MakerNote tags.
|
class |
GPSTagSet
Enumeration of GPS EXIF tags.
|
class |
ImageTagSet
ImageTagSet.
|
class |
InteroperabilityTagSet
Enumeration of Interoperation EXIF tags.
|
class |
MPEntryTagSet
Syntethic tags for the entry information Multi-Picture format (MPF) tags
as found in MPO image files generated by Fujifilm Finepix Real 3D W1
cameras.
|
class |
MPFTagSet
Enumeration of Multi-Picture format (MPF) tags
as found in MPO image files generated by Fujifilm Finepix Real 3D W1
cameras.
|
class |
SonyMakerNoteTagSet
Enumeration of Sony MakerNote tags.
|
class |
TrackTagSet
TrackTagSet.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TIFFDirectory> |
EXIFReader.getDirectories(int image,
TagSet tagSet)
Returns all IFDDirectories of the specified tag set for the given image.
|
Modifier and Type | Class and Description |
---|---|
class |
BaselineTagSet
A class representing the set of tags found in the baseline TIFF specification
as well as some common additional tags.
|
Modifier and Type | Method and Description |
---|---|
TagSet |
TIFFDirectory.getTagSet()
Returns the tag set used by this directory.
|
Constructor and Description |
---|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index)
Creates a TIFFDirectory identified by the specified TIFFTag.
|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
java.util.ArrayList<FileSegment> fileSegments)
Creates a TIFFDirectory identified by the specified TIFFTag and associated
with the specified IFD and file segments.
|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
FileSegment fileSegment)
Creates a TIFFDirectory identified by the specified TIFFTag and associated
with the specified IFD and file segments.
|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
long offset,
long length,
java.util.ArrayList<FileSegment> fileSegments) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
long offset,
long length,
FileSegment fileSegment) |