Class ExifThumbnailDirectory


  • public class ExifThumbnailDirectory
    extends ExifDirectoryBase
    One of several Exif directories. Otherwise known as IFD1, this directory holds information about an embedded thumbnail image.
    • 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
      • _tagNameMap

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

      • ExifThumbnailDirectory

        public ExifThumbnailDirectory()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from class: Directory
        Provides the name of the directory, for display purposes. E.g. Exif
        Specified by:
        getName in class Directory
        Returns:
        the name of the directory
      • getTagNameMap

        protected java.util.HashMap<java.lang.Integer,​java.lang.String> getTagNameMap()
        Description copied from class: Directory
        Provides the map of tag names, hashed by tag type identifier.
        Specified by:
        getTagNameMap in class Directory
        Returns:
        the map of tag names