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
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the resource data.
|
ImageResourceID |
getID()
Gets the unique identifier for the resource.
|
String |
getName()
Gets the image resource block name.
|
String |
getSignature()
Gets the image resource block signature.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final byte[] getData()
Gets the resource data.
public final ImageResourceID getID()
Gets the unique identifier for the resource.
public final String getName()
Gets the image resource block name.
public final String getSignature()
Gets the image resource block signature.
Copyright © 2026. All rights reserved.