| Package | Description |
|---|---|
| org.monte.media.exif | |
| org.monte.media.tiff |
| Modifier and Type | Class and Description |
|---|---|
class |
EXIFTagSet |
class |
FujifilmMakerNoteTagSet |
class |
GPSTagSet |
class |
ImageTagSet |
class |
InteroperabilityTagSet |
class |
MPEntryTagSet |
class |
MPFTagSet |
class |
SonyMakerNoteTagSet |
class |
TrackTagSet |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<TIFFDirectory> |
EXIFReader.getDirectories(int image,
TagSet tagSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaselineTagSet |
| Modifier and Type | Method and Description |
|---|---|
TagSet |
TIFFDirectory.getTagSet() |
| Constructor and Description |
|---|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
java.util.ArrayList<FileSegment> fileSegments) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
FileSegment fileSegment) |
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) |
Copyright © 2022. All Rights Reserved.