Package | Description |
---|---|
com.drew.metadata.adobe | |
com.drew.metadata.exif |
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
|
com.drew.metadata.icc | |
com.drew.metadata.iptc |
Contains classes for the extraction and modelling of IPTC metadata.
|
com.drew.metadata.jfif |
Contains classes for the extraction and modelling of JFIF metadata.
|
com.drew.metadata.jpeg |
Contains classes for the extraction and modelling of JPEG file format metadata.
|
com.drew.metadata.photoshop |
Contains classes for the extraction and modelling of Photoshop metadata.
|
com.drew.metadata.xmp |
Contains classes for the extraction and modelling of Adobe's XMP metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
AdobeJpegReader
Decodes Adobe formatted data stored in JPEG files, normally in the APPE (App14) segment.
|
Modifier and Type | Class and Description |
---|---|
class |
ExifReader
Decodes Exif binary data, populating a
Metadata object with tag values in ExifSubIFDDirectory ,
ExifThumbnailDirectory , ExifInteropDirectory , GpsDirectory and one of the many camera makernote directories. |
Modifier and Type | Class and Description |
---|---|
class |
IccReader
Reads an ICC profile.
|
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 |
JfifReader
Reader for JFIF data, found in the APP0 Jpeg segment.
|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
PhotoshopReader
Reads metadata created by Photoshop and stored in the APPD segment of Jpeg files.
|
class |
PsdReader
Reads metadata stored within PSD file format data.
|
Modifier and Type | Class and Description |
---|---|
class |
XmpReader
Extracts XMP data from a JPEG header segment.
|
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.