Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoByte
-
Packages that use TagInfoByte 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.taginfos Classes for the TIFF tags.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of TagInfoByte in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoByte Modifier and Type Method Description byte
TiffDirectory. getFieldValue(TagInfoByte tag)
byte[]
TiffImageMetadata. getFieldValue(TagInfoByte tag)
-
Uses of TagInfoByte in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoByte Modifier and Type Field Description static TagInfoByte
MicrosoftHdPhotoTagConstants. EXIF_TAG_ALPHA_DATA_DISCARD
static TagInfoByte
ExifTagConstants. EXIF_TAG_BACKGROUND_COLOR_INDICATOR
static TagInfoByte
ExifTagConstants. EXIF_TAG_IMAGE_COLOR_INDICATOR
static TagInfoByte
MicrosoftHdPhotoTagConstants. EXIF_TAG_IMAGE_DATA_DISCARD
static TagInfoByte
ExifTagConstants. EXIF_TAG_TRANSPARENCY_INDICATOR
static TagInfoByte
GpsTagConstants. GPS_TAG_GPS_ALTITUDE_REF
static TagInfoByte
Rfc2301TagConstants. TIFF_TAG_FAX_PROFILE
static TagInfoByte
Rfc2301TagConstants. TIFF_TAG_MODE_NUMBER
-
Uses of TagInfoByte in org.apache.commons.imaging.formats.tiff.taginfos
Subclasses of TagInfoByte in org.apache.commons.imaging.formats.tiff.taginfos Modifier and Type Class Description class
TagInfoUndefined
class
TagInfoUnknown
A TIFF tag whose definition isn't known. -
Uses of TagInfoByte in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoByte Modifier and Type Method Description void
TiffOutputDirectory. add(TagInfoByte tagInfo, byte value)
-