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 |
---|---|
int[] |
TiffImageMetadata.getFieldValue(TagInfoLongs tag) |
int[] |
TiffDirectory.getFieldValue(TagInfoLongs tag,
boolean mustExist) |
Modifier and Type | Field and Description |
---|---|
static TagInfoLongs |
DngTagConstants.EXIF_TAG_EXTRA_CAMERA_PROFILES |
static TagInfoLongs |
ExifTagConstants.EXIF_TAG_INTERGRAPH_FLAG_REGISTERS |
static TagInfoLongs |
DngTagConstants.EXIF_TAG_PROFILE_HUE_SAT_MAP_DIMS |
static TagInfoLongs |
DngTagConstants.EXIF_TAG_PROFILE_LOOK_TABLE_DIMS |
static TagInfoLongs |
TiffTagConstants.TIFF_TAG_FREE_BYTE_COUNTS |
static TagInfoLongs |
TiffTagConstants.TIFF_TAG_FREE_OFFSETS |
static TagInfoLongs |
TiffTagConstants.TIFF_TAG_JPEG_ACTABLES |
static TagInfoLongs |
TiffTagConstants.TIFF_TAG_JPEG_DCTABLES |
static TagInfoLongs |
TiffTagConstants.TIFF_TAG_JPEG_QTABLES |
static TagInfoLongs |
TiffTagConstants.TIFF_TAG_REFERENCE_BLACK_WHITE |
static TagInfoLongs |
Rfc2301TagConstants.TIFF_TAG_STRIP_ROW_COUNTS |
static TagInfoLongs |
TiffTagConstants.TIFF_TAG_TILE_OFFSETS |
Modifier and Type | Method and Description |
---|---|
void |
TiffOutputDirectory.add(TagInfoLongs tagInfo,
int... values) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.