Package com.drew.metadata.jpeg

Contains classes for extracting and modelling metadata specific to JPEG files.

See:
          Description

Class Summary
JpegCommentDescriptor Provides human-readable string represenations of tag values stored in a JpegCommentDirectory.
JpegCommentDirectory Describes tags used by a JPEG file comment.
JpegCommentReader Decodes the comment stored within Jpeg files, populating a Metadata object with tag values in a JpegCommentDirectory.
JpegComponent Stores information about a Jpeg image component such as the component id, horiz/vert sampling factor and quantization table number.
JpegDescriptor Provides human-readable string versions of the tags stored in a JpegDirectory.
JpegDirectory Directory of tags and values for the SOF0 Jpeg segment.
JpegReader Decodes Jpeg SOF0 data, populating a Metadata object with tag values in a JpegDirectory.
 

Package com.drew.metadata.jpeg Description

Contains classes for extracting and modelling metadata specific to JPEG files.