ImageResourceBlock
Leave feedback
On this page
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
| 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. |
public final String getSignature()
Gets the image resource block signature.
Returns: java.lang.String - The image resource block signature
public final ImageResourceID getID()
Gets the unique identifier for the resource.
Returns: ImageResourceID - The identifier.
public final String getName()
Gets the image resource block name.
Returns: java.lang.String - The image resource block name.
public final byte[] getData()
Gets the resource data.
Returns: byte[] - The resource data.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.