| 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 | |
| org.apache.commons.imaging.formats.tiff.taginfos | |
| org.apache.commons.imaging.formats.tiff.write |
| Class and Description |
|---|
| TagInfo |
| Class and Description |
|---|
| TagInfo |
| TagInfoAscii |
| TagInfoByte |
| TagInfoDouble |
| TagInfoFloat |
| 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 |
| TagInfoRational |
| TagInfoSByte |
| TagInfoShort |
| TagInfoShortOrLong |
| TagInfoSLong |
| TagInfoSRational |
| TagInfoSShort |
| 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 |
| TagInfoAny |
| TagInfoAscii |
| TagInfoAsciiOrByte |
| TagInfoAsciiOrRational |
| TagInfoByte |
| TagInfoByteOrShort |
| TagInfoDirectory
A LONG representing an offset to a TIFF directory.
|
| TagInfoDouble |
| TagInfoFloat |
| 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 |
| TagInfoLongOrIFD |
| TagInfoRational |
| TagInfoShort |
| TagInfoShortOrLong |
| TagInfoShortOrLongOrRational |
| TagInfoShortOrRational |
| TagInfoSLong |
| TagInfoSRational |
| TagInfoSShort |
| TagInfoUndefined |
| TagInfoUnknown
A TIFF tag whose definition isn't known.
|
| 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 |
| TagInfoLong |
| Class and Description |
|---|
| TagInfo |
| TagInfoAscii |
| TagInfoAsciiOrByte |
| TagInfoAsciiOrRational |
| TagInfoByte |
| TagInfoByteOrShort |
| TagInfoDouble |
| TagInfoFloat |
| 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 |
| TagInfoRational |
| TagInfoSByte |
| TagInfoShort |
| TagInfoShortOrLong |
| TagInfoShortOrLongOrRational |
| TagInfoShortOrRational |
| TagInfoSLong |
| TagInfoSRational |
| TagInfoSShort |
| TagInfoXpString
Windows XP onwards store some tags using UTF-16LE, but the field type is byte
- here we deal with this.
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.