Class ExifReader

java.lang.Object
com.drew.metadata.exif.ExifReader
All Implemented Interfaces:
JpegSegmentMetadataReader

@Deprecated(since="2024-11-20") public class ExifReader extends Object implements JpegSegmentMetadataReader
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Decodes Exif binary data, populating a Metadata object with tag values in ExifSubIFDDirectory, ExifThumbnailDirectory, ExifInteropDirectory, GpsDirectory and one of the many camera makernote directories.
  • Field Details

    • JPEG_SEGMENT_PREAMBLE

      public static final String JPEG_SEGMENT_PREAMBLE
      Deprecated.
      Exif data stored in JPEG files' APP1 segment are preceded by this six character preamble "Exif\0\0".
      See Also:
  • Constructor Details

    • ExifReader

      public ExifReader()
      Deprecated.
  • Method Details