ImageResourceBlock
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class ImageResourceBlock extends CustomPackage
Represents a Photoshop Image Resource block.
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
Methods
Method | Description |
---|---|
getSignature() | Gets the image resource block signature. |
getID() | Gets the unique identifier for the resource. |
getName() | Gets the image resource block name. |
getData() | Gets the resource data. |
getSignature()
public final String getSignature()
Gets the image resource block signature.
Returns: java.lang.String - The image resource block signature
getID()
public final ImageResourceID getID()
Gets the unique identifier for the resource.
Returns: ImageResourceID - The identifier.
getName()
public final String getName()
Gets the image resource block name.
Returns: java.lang.String - The image resource block name.
getData()
public final byte[] getData()
Gets the resource data.
Returns: byte[] - The resource data.