| Package | Description |
|---|---|
| com.drew.metadata.exif |
Contains classes for extracting and modelling Exif metadata from various sources and camera manufacturers.
|
| com.drew.metadata.iptc |
Contains classes for extracting and modelling IPTC metadata from various sources.
|
| com.drew.metadata.jpeg |
Contains classes for extracting and modelling metadata specific to JPEG files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExifReader
Decodes Exif binary data, populating a
Metadata object with tag values in ExifDirectory,
GpsDirectory and one of the many camera makernote directories. |
| Modifier and Type | Class and Description |
|---|---|
class |
IptcReader
Decodes IPTC binary data, populating a
Metadata object with tag values in an IptcDirectory. |
| Modifier and Type | Class and Description |
|---|---|
class |
JpegCommentReader
Decodes the comment stored within Jpeg files, populating a
Metadata object with tag values in a
JpegCommentDirectory. |
class |
JpegReader
Decodes Jpeg SOF0 data, populating a
Metadata object with tag values in a JpegDirectory. |
Copyright © 2006 Drew Noakes. All Rights Reserved.