Package | Description |
---|---|
org.monte.media.tiff |
Provides media handlers for the TIFF file format.
|
Modifier and Type | Method and Description |
---|---|
IFD |
TIFFDirectory.getIFD()
Returns the IFD from which this directory has been read.
|
IFD |
TIFFInputStream.readIFD(long offset)
Reads the IFD at the specified offset.
|
IFD |
TIFFInputStream.readIFD(long offset,
boolean hasNextOffset,
boolean isFirstIFD)
Reads the IFD at the specified offset.
|
Modifier and Type | Method and Description |
---|---|
void |
TIFFOutputStream.writeIFD(IFD ifd,
long nextIFD) |
Constructor and Description |
---|
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.
|