| 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 | |
| org.apache.commons.imaging.formats.tiff.write |
| Modifier and Type | Method and Description |
|---|---|
float[] |
TiffImageMetadata.getFieldValue(TagInfoFloats tag) |
float[] |
TiffDirectory.getFieldValue(TagInfoFloats tag,
boolean mustExist) |
| Modifier and Type | Field and Description |
|---|---|
static TagInfoFloats |
DngTagConstants.EXIF_TAG_PROFILE_HUE_SAT_MAP_DATA1 |
static TagInfoFloats |
DngTagConstants.EXIF_TAG_PROFILE_HUE_SAT_MAP_DATA2 |
static TagInfoFloats |
DngTagConstants.EXIF_TAG_PROFILE_LOOK_TABLE_DATA |
static TagInfoFloats |
DngTagConstants.EXIF_TAG_PROFILE_TONE_CURVE |
| Modifier and Type | Method and Description |
|---|---|
void |
TiffOutputDirectory.add(TagInfoFloats tagInfo,
float... values) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.