iptc_package property

iptc_package property

Gets or sets the IPTC metadata package.

Remarks

Learn more | | |

Example

This example shows how to extract basic IPTC metadata properties from a TIFF image.

Definition:

@property
def iptc_package(self):
    ...
@iptc_package.setter
def iptc_package(self, value):
    ...

See Also