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