Uses of Interface
com.drew.imaging.jpeg.JpegSegmentMetadataReader
Packages that use JpegSegmentMetadataReader
Package
Description
Contains classes for working with JPEG files.
Contains classes for the extraction and modelling of Adobe metadata.
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.
Contains classes for the extraction and modelling of IPTC metadata.
Contains classes for the extraction and modelling of JFIF metadata.
Contains classes for the extraction and modelling of JFXX (JFIF extension) metadata.
Contains classes for the extraction and modelling of JPEG file format metadata.
Contains classes for the extraction and modelling of Photoshop metadata.
Contains classes for the extraction and modelling of Adobe's XMP metadata.
-
Uses of JpegSegmentMetadataReader in com.drew.imaging.jpeg
Fields in com.drew.imaging.jpeg with type parameters of type JpegSegmentMetadataReaderModifier and TypeFieldDescriptionstatic final Iterable<JpegSegmentMetadataReader>JpegMetadataReader.ALL_READERSMethod parameters in com.drew.imaging.jpeg with type arguments of type JpegSegmentMetadataReaderModifier and TypeMethodDescriptionstatic voidJpegMetadataReader.process(Metadata metadata, InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) static voidJpegMetadataReader.processJpegSegmentData(Metadata metadata, Iterable<JpegSegmentMetadataReader> readers, JpegSegmentData segmentData) static MetadataJpegMetadataReader.readMetadata(File file, Iterable<JpegSegmentMetadataReader> readers) static MetadataJpegMetadataReader.readMetadata(InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) -
Uses of JpegSegmentMetadataReader in com.drew.metadata.adobe
Classes in com.drew.metadata.adobe that implement JpegSegmentMetadataReaderModifier and TypeClassDescriptionclassDecodes Adobe formatted data stored in JPEG files, normally in the APPE (App14) segment. -
Uses of JpegSegmentMetadataReader in com.drew.metadata.exif
Classes in com.drew.metadata.exif that implement JpegSegmentMetadataReaderModifier and TypeClassDescriptionclassDecodes Exif binary data, populating aMetadataobject with tag values inExifSubIFDDirectory,ExifThumbnailDirectory,ExifInteropDirectory,GpsDirectoryand one of the many camera makernote directories. -
Uses of JpegSegmentMetadataReader in com.drew.metadata.icc
Classes in com.drew.metadata.icc that implement JpegSegmentMetadataReader -
Uses of JpegSegmentMetadataReader in com.drew.metadata.iptc
Classes in com.drew.metadata.iptc that implement JpegSegmentMetadataReaderModifier and TypeClassDescriptionclassDecodes IPTC binary data, populating aMetadataobject with tag values in anIptcDirectory. -
Uses of JpegSegmentMetadataReader in com.drew.metadata.jfif
Classes in com.drew.metadata.jfif that implement JpegSegmentMetadataReaderModifier and TypeClassDescriptionclassReader for JFIF data, found in the APP0 JPEG segment. -
Uses of JpegSegmentMetadataReader in com.drew.metadata.jfxx
Classes in com.drew.metadata.jfxx that implement JpegSegmentMetadataReaderModifier and TypeClassDescriptionclassReader for JFXX (JFIF extensions) data, found in the APP0 JPEG segment. -
Uses of JpegSegmentMetadataReader in com.drew.metadata.jpeg
Classes in com.drew.metadata.jpeg that implement JpegSegmentMetadataReaderModifier and TypeClassDescriptionclassDecodes the comment stored within JPEG files, populating aMetadataobject with tag values in aJpegCommentDirectory.classReader for JPEG Huffman tables, found in the DHT JPEG segment.classDecodes JPEG DNL data, adjusting the image height with information missing from the JPEG SOFx segment.classDecodes JPEG SOFn data, populating aMetadataobject with tag values in aJpegDirectory. -
Uses of JpegSegmentMetadataReader in com.drew.metadata.photoshop
Classes in com.drew.metadata.photoshop that implement JpegSegmentMetadataReaderModifier and TypeClassDescriptionclassReads Photoshop "ducky" segments, created during Save-for-Web.classReads metadata created by Photoshop and stored in the APPD segment of JPEG files. -
Uses of JpegSegmentMetadataReader in com.drew.metadata.xmp
Classes in com.drew.metadata.xmp that implement JpegSegmentMetadataReader