| Package | Description |
|---|---|
| com.easyinnova.tiff.model |
package-info.java
|
| com.easyinnova.tiff.model.types |
package-info.java
|
| com.easyinnova.tiff.profiles |
package-info.java
|
| com.easyinnova.tiff.reader |
package-info.java
|
| com.easyinnova.tiff.writer |
package-info.java
|
| Modifier and Type | Method and Description |
|---|---|
IFD |
TiffDocument.getFirstIFD()
Returns the first image of the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffDocument.addIfd0(IFD ifd)
Adds an IFD to the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExifIFD
The Class ExifIFD.
|
class |
SubIFD
The Class SubIFD.
|
| Modifier and Type | Method and Description |
|---|---|
IFD |
IFD.getNextIFD()
Gets the next ifd.
|
IFD |
IFD.getParent()
Gets the parent.
|
IFD |
IFD.getsubIFD()
Gets the subIFD.
|
| Modifier and Type | Method and Description |
|---|---|
List<IFD> |
IFD.getSubIFD()
Gets sub ifds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFD.setNextIFD(IFD ifd)
Sets the next ifd.
|
void |
IFD.setParent(IFD parent)
Sets the parent.
|
void |
IFD.setsubIFD(IFD subIFD)
Sets the subIFD.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaselineProfile.checkImage(IFD ifd,
int n,
IfdTags metadata)
Check if the tags that define the image are correct and consistent.
|
| Modifier and Type | Method and Description |
|---|---|
IFD |
IfdReader.getIfd()
Gets the ifd.
|
| Modifier and Type | Method and Description |
|---|---|
protected TagValue |
TiffReader.getValue(int tagtype,
int n,
int id,
int beginOffset,
IFD parentIFD,
int nifd)
Gets the value of the given tag field.
|
void |
IfdReader.setIfd(IFD ifd)
Sets the ifd.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffWriter.writeIFD(IFD ifd)
Write IFD data.
|
Copyright © 2015–2020. All rights reserved.