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.
|
Class and Description |
---|
TagInfo |
Class and 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.
|
Class and Description |
---|
TagInfo |
TagInfoByte |
TagInfoBytes |
TagInfoLong |
Class and 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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.