| 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 |
|---|---|
double[] |
TiffImageMetadata.getFieldValue(TagInfoDouble tag) |
double[] |
TiffDirectory.getFieldValue(TagInfoDouble tag,
boolean mustExist) |
double |
TiffDirectory.getSingleFieldValue(TagInfoDouble tag) |
| Modifier and Type | Field and Description |
|---|---|
static TagInfoDouble |
GeoTiffTagConstants.EXIF_TAG_GEO_DOUBLE_PARAMS_TAG |
static TagInfoDouble |
GeoTiffTagConstants.EXIF_TAG_INTERGRAPH_MATRIX_TAG |
static TagInfoDouble |
GeoTiffTagConstants.EXIF_TAG_MODEL_PIXEL_SCALE_TAG |
static TagInfoDouble |
GeoTiffTagConstants.EXIF_TAG_MODEL_TIEPOINT_TAG |
static TagInfoDouble |
GeoTiffTagConstants.EXIF_TAG_MODEL_TRANSFORMATION_TAG |
static TagInfoDouble |
DngTagConstants.EXIF_TAG_NOISE_PROFILE |
static TagInfoDouble |
ExifTagConstants.EXIF_TAG_STO_NITS |
| Modifier and Type | Method and Description |
|---|---|
void |
TiffOutputDirectory.add(TagInfoDouble tagInfo,
double... values) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.