Package | Description |
---|---|
org.apache.commons.imaging.formats.tiff |
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
|
org.apache.commons.imaging.formats.tiff.constants |
TIFF constants.
|
org.apache.commons.imaging.formats.tiff.write |
TIFF writers.
|
Modifier and Type | Method and Description |
---|---|
String |
TiffImageMetadata.getFieldValue(TagInfoXpString tag) |
String |
TiffDirectory.getFieldValue(TagInfoXpString tag,
boolean mustExist) |
Modifier and Type | Field and Description |
---|---|
static TagInfoXpString |
MicrosoftTagConstants.EXIF_TAG_XPAUTHOR |
static TagInfoXpString |
MicrosoftTagConstants.EXIF_TAG_XPCOMMENT |
static TagInfoXpString |
MicrosoftTagConstants.EXIF_TAG_XPKEYWORDS |
static TagInfoXpString |
MicrosoftTagConstants.EXIF_TAG_XPSUBJECT |
static TagInfoXpString |
MicrosoftTagConstants.EXIF_TAG_XPTITLE |
Modifier and Type | Method and Description |
---|---|
void |
TiffOutputDirectory.add(TagInfoXpString tagInfo,
String value) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.