Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShortOrLong
Packages that use TagInfoShortOrLong
Package
Description
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
TIFF constants.
TIFF writers.
-
Uses of TagInfoShortOrLong in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoShortOrLongModifier and TypeMethodDescriptionint[]
TiffDirectory.getFieldValue
(TagInfoShortOrLong tag, boolean mustExist) int
TiffDirectory.getSingleFieldValue
(TagInfoShortOrLong tag) -
Uses of TagInfoShortOrLong in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoShortOrLongModifier and TypeFieldDescriptionstatic final TagInfoShortOrLong
DngTagConstants.EXIF_TAG_ACTIVE_AREA
static final TagInfoShortOrLong
ExifTagConstants.EXIF_TAG_HCUSAGE
static final TagInfoShortOrLong
DngTagConstants.EXIF_TAG_MASKED_AREAS
static final TagInfoShortOrLong
DcfTagConstants.EXIF_TAG_RELATED_IMAGE_LENGTH
static final TagInfoShortOrLong
DcfTagConstants.EXIF_TAG_RELATED_IMAGE_WIDTH
static final TagInfoShortOrLong
DngTagConstants.EXIF_TAG_ROW_INTERLEAVE_FACTOR
static final TagInfoShortOrLong
DngTagConstants.EXIF_TAG_SUB_TILE_BLOCK_SIZE
static final TagInfoShortOrLong
DngTagConstants.EXIF_TAG_WHITE_LEVEL
static final TagInfoShortOrLong
Rfc2301TagConstants.TIFF_TAG_BAD_FAX_LINES
static final TagInfoShortOrLong
Rfc2301TagConstants.TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES
static final TagInfoShortOrLong
Rfc2301TagConstants.TIFF_TAG_IMAGE_LAYER
static final TagInfoShortOrLong
TiffTagConstants.TIFF_TAG_IMAGE_LENGTH
static final TagInfoShortOrLong
TiffTagConstants.TIFF_TAG_IMAGE_WIDTH
static final TagInfoShortOrLong
TiffTagConstants.TIFF_TAG_ROWS_PER_STRIP
static final TagInfoShortOrLong
TiffTagConstants.TIFF_TAG_STRIP_BYTE_COUNTS
static final TagInfoShortOrLong
TiffTagConstants.TIFF_TAG_STRIP_OFFSETS
static final TagInfoShortOrLong
TiffTagConstants.TIFF_TAG_TILE_BYTE_COUNTS
static final TagInfoShortOrLong
TiffTagConstants.TIFF_TAG_TILE_LENGTH
static final TagInfoShortOrLong
TiffTagConstants.TIFF_TAG_TILE_WIDTH
-
Uses of TagInfoShortOrLong in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoShortOrLongModifier and TypeMethodDescriptionvoid
TiffOutputDirectory.add
(TagInfoShortOrLong tagInfo, int... values) void
TiffOutputDirectory.add
(TagInfoShortOrLong tagInfo, short... values)