Uses of Package
org.apache.commons.imaging.formats.tiff.taginfos
-
Packages that use org.apache.commons.imaging.formats.tiff.taginfos Package Description org.apache.commons.imaging.formats.jpeg The JPEG image format.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. -
Classes in org.apache.commons.imaging.formats.tiff.taginfos used by org.apache.commons.imaging.formats.jpeg Class Description TagInfo -
Classes in org.apache.commons.imaging.formats.tiff.taginfos used by org.apache.commons.imaging.formats.tiff Class Description TagInfo TagInfoAscii TagInfoByte TagInfoBytes 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.TagInfoLong TagInfoLongs TagInfoRational TagInfoRationals TagInfoSByte TagInfoSBytes TagInfoShort TagInfoShortOrLong TagInfoShorts TagInfoSLong TagInfoSLongs TagInfoSRational TagInfoSRationals TagInfoSShort TagInfoSShorts TagInfoXpString Windows XP onwards store some tags using UTF-16LE, but the field type is byte - here we deal with this. -
Classes in org.apache.commons.imaging.formats.tiff.taginfos used by org.apache.commons.imaging.formats.tiff.taginfos Class Description TagInfo TagInfoByte TagInfoBytes TagInfoGpsText.TextEncoding TagInfoLong -
Classes in org.apache.commons.imaging.formats.tiff.taginfos used by org.apache.commons.imaging.formats.tiff.write Class Description TagInfo TagInfoAscii TagInfoAsciiOrByte TagInfoAsciiOrRational TagInfoByte TagInfoByteOrShort TagInfoBytes 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.TagInfoLong TagInfoLongs TagInfoRational TagInfoRationals TagInfoSByte TagInfoSBytes TagInfoShort TagInfoShortOrLong TagInfoShortOrLongOrRational TagInfoShortOrRational TagInfoShorts TagInfoSLong TagInfoSLongs TagInfoSRational TagInfoSRationals TagInfoSShort TagInfoSShorts TagInfoXpString Windows XP onwards store some tags using UTF-16LE, but the field type is byte - here we deal with this.