psd_package property

psd_package property

Gets the metadata package containing information about the PSD file.

Remarks

Learn more | | |

Example

This code sample demonstrates how to read the header of a PSD file and extract some information about the PSD layers.

Definition:

@property
def psd_package(self):
    ...

See Also