Uses of Interface
com.drew.imaging.jpeg.JpegSegmentMetadataReader
-
Packages that use JpegSegmentMetadataReader 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. -
-
Uses of JpegSegmentMetadataReader in com.drew.imaging.jpeg
Fields in com.drew.imaging.jpeg with type parameters of type JpegSegmentMetadataReader Modifier and Type Field Description static java.lang.Iterable<JpegSegmentMetadataReader>JpegMetadataReader. ALL_READERSMethod parameters in com.drew.imaging.jpeg with type arguments of type JpegSegmentMetadataReader Modifier and Type Method Description static voidJpegMetadataReader. process(Metadata metadata, java.io.InputStream inputStream, java.lang.Iterable<JpegSegmentMetadataReader> readers)static voidJpegMetadataReader. processJpegSegmentData(Metadata metadata, java.lang.Iterable<JpegSegmentMetadataReader> readers, JpegSegmentData segmentData)static MetadataJpegMetadataReader. readMetadata(java.io.File file, java.lang.Iterable<JpegSegmentMetadataReader> readers)static MetadataJpegMetadataReader. readMetadata(java.io.InputStream inputStream, java.lang.Iterable<JpegSegmentMetadataReader> readers) -
Uses of JpegSegmentMetadataReader in com.drew.metadata.adobe
Classes in com.drew.metadata.adobe that implement JpegSegmentMetadataReader Modifier and Type Class Description classAdobeJpegReaderDecodes 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 JpegSegmentMetadataReader Modifier and Type Class Description classExifReaderDecodes 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 Modifier and Type Class Description classIccReaderReads an ICC profile. -
Uses of JpegSegmentMetadataReader in com.drew.metadata.iptc
Classes in com.drew.metadata.iptc that implement JpegSegmentMetadataReader Modifier and Type Class Description classIptcReaderDecodes 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 JpegSegmentMetadataReader Modifier and Type Class Description classJfifReaderReader 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 JpegSegmentMetadataReader Modifier and Type Class Description classJfxxReaderReader 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 JpegSegmentMetadataReader Modifier and Type Class Description classJpegCommentReaderDecodes the comment stored within JPEG files, populating aMetadataobject with tag values in aJpegCommentDirectory.classJpegDhtReaderReader for JPEG Huffman tables, found in the DHT JPEG segment.classJpegDnlReaderDecodes JPEG DNL data, adjusting the image height with information missing from the JPEG SOFx segment.classJpegReaderDecodes 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 JpegSegmentMetadataReader Modifier and Type Class Description classDuckyReaderReads Photoshop "ducky" segments, created during Save-for-Web.classPhotoshopReaderReads 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 Modifier and Type Class Description classXmpReaderExtracts XMP data from JPEG APP1 segments.
-