JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package org.apache.commons.imaging.formats.tiff.taginfos
Classes for the TIFF tags.
Class Summary
Class
Description
TagInfo
TagInfoAny
TagInfoAscii
TagInfoAsciiOrByte
TagInfoAsciiOrRational
TagInfoByte
TagInfoByteOrShort
TagInfoBytes
TagInfoDirectory
A LONG representing an offset to a TIFF directory.
TagInfoDouble
TagInfoDoubles
TagInfoFloat
TagInfoFloats
TagInfoGpsText
Used by some GPS tags and the EXIF user comment tag, this badly documented value is meant to contain the text encoding in the first 8 bytes followed by the non-null-terminated text in an unknown byte order.
TagInfoGpsText.TextEncoding
TagInfoLong
TagInfoLongOrIFD
TagInfoLongs
TagInfoRational
TagInfoRationals
TagInfoSByte
TagInfoSBytes
TagInfoShort
TagInfoShortOrLong
TagInfoShortOrLongOrRational
TagInfoShortOrRational
TagInfoShorts
TagInfoSLong
TagInfoSLongs
TagInfoSRational
TagInfoSRationals
TagInfoSShort
TagInfoSShorts
TagInfoUndefined
TagInfoUndefineds
TagInfoUnknown
A TIFF tag whose definition isn't known.
TagInfoUnknowns
TagInfoXpString
Windows XP onwards store some tags using UTF-16LE, but the field type is byte - here we deal with this.