Class PhotoshopDirectory

java.lang.Object
com.drew.metadata.Directory
com.drew.metadata.photoshop.PhotoshopDirectory

public class PhotoshopDirectory extends Directory
Holds the metadata found in the APPD segment of a JPEG file saved by Photoshop.
Author:
Drew Noakes https://drewnoakes.com, Yuri Binev, Payton Garland
  • Field Details

  • Constructor Details

    • PhotoshopDirectory

      public PhotoshopDirectory()
  • Method Details

    • getName

      public 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
    • getThumbnailBytes

      public byte[] getThumbnailBytes()