iptc_package property

iptc_package property

Gets or sets the IPTC metadata package associated with the file.

Remarks

Learn more | | |

Example

This code sample shows how to remove IPTC metadata from a file.

Definition:

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

See Also