com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ImageResourceBlock

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    public final class ImageResourceBlock
    extends CustomPackage

    Represents a Photoshop Image Resource block. <br></br> Image resource blocks are the basic building unit of several file formats, including Photoshop's native file format, JPEG, and TIFF. Image resources are used to store non-pixel data associated with images, such as pen tool paths.

    Learn more

    • Method Detail

      • getSignature

        public final String getSignature()

        Gets the image resource block signature.

        Returns:
        The image resource block signature
      • getID

        public final ImageResourceID getID()

        Gets the unique identifier for the resource.

        Returns:
        The identifier.
      • getName

        public final String getName()

        Gets the image resource block name.

        Returns:
        The image resource block name.
      • getData

        public final byte[] getData()

        Gets the resource data.

        Returns:
        The resource data.