Class MetadataExtractor.ExifThumbnailDirectory

  • Enclosing class:
    MetadataExtractor

    public class MetadataExtractor.ExifThumbnailDirectory
    extends MetadataExtractor.ExifDirectoryBase
    One of several Exif directories. Otherwise known as IFD1, this directory holds information about an embedded thumbnail image.
    Author:
    Drew Noakes https://drewnoakes.com
    • Field Detail

      • TAG_THUMBNAIL_OFFSET

        public static final int TAG_THUMBNAIL_OFFSET
        The offset to thumbnail image bytes.
        See Also:
        Constant Field Values
      • TAG_THUMBNAIL_LENGTH

        public static final int TAG_THUMBNAIL_LENGTH
        The size of the thumbnail image data in bytes.
        See Also:
        Constant Field Values
      • TAG_THUMBNAIL_COMPRESSION

        @Deprecated
        public static final int TAG_THUMBNAIL_COMPRESSION
        Deprecated.
        use com.drew.metadata.exif.ExifDirectoryBase#TAG_COMPRESSION instead.
        See Also:
        Constant Field Values
      • _tagNameMap

        private final java.util.HashMap<java.lang.Integer,​java.lang.String> _tagNameMap
    • Constructor Detail

      • ExifThumbnailDirectory

        public ExifThumbnailDirectory()