Package | Description |
---|---|
com.drew.imaging.jpeg |
Contains classes for working with JPEG files.
|
com.drew.metadata.adobe |
Contains classes for the extraction and modelling of Adobe metadata.
|
com.drew.metadata.exif |
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
|
com.drew.metadata.icc |
Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.
|
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.jfxx |
Contains classes for the extraction and modelling of JFXX (JFIF extension) 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 | Field and Description |
---|---|
static java.lang.Iterable<JpegSegmentMetadataReader> |
JpegMetadataReader.ALL_READERS |
Modifier and Type | Method and Description |
---|---|
static void |
JpegMetadataReader.process(Metadata metadata,
java.io.InputStream inputStream,
java.lang.Iterable<JpegSegmentMetadataReader> readers) |
static void |
JpegMetadataReader.processJpegSegmentData(Metadata metadata,
java.lang.Iterable<JpegSegmentMetadataReader> readers,
JpegSegmentData segmentData) |
static Metadata |
JpegMetadataReader.readMetadata(java.io.File file,
java.lang.Iterable<JpegSegmentMetadataReader> readers) |
static Metadata |
JpegMetadataReader.readMetadata(java.io.InputStream inputStream,
java.lang.Iterable<JpegSegmentMetadataReader> readers) |
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 |
JfxxReader
Reader for JFXX (JFIF extensions) 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 |
JpegDhtReader
Reader for JPEG Huffman tables, found in the DHT JPEG segment.
|
class |
JpegDnlReader
Decodes JPEG DNL data, adjusting the image height with information missing from the JPEG SOFx segment.
|
class |
JpegReader
Decodes JPEG SOFn data, populating a
Metadata object with tag values in a JpegDirectory . |
Modifier and Type | Class and Description |
---|---|
class |
DuckyReader
Reads Photoshop "ducky" segments, created during Save-for-Web.
|
class |
PhotoshopReader
Reads metadata created by Photoshop and stored in the APPD segment of JPEG files.
|
Modifier and Type | Class and Description |
---|---|
class |
XmpReader
Extracts XMP data from JPEG APP1 segments.
|