image_resource_package property

image_resource_package property

Gets the Photoshop Image Resource metadata package. Image resource blocks are the basic building unit of Photoshop native file format.

Remarks

Learn more | | |

Example

The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image.

Definition:

@property
def image_resource_package(self):
    ...

See Also