common_tags property

common_tags property

Gets or sets tags, which belong to common section. This applies only to jpeg images, in tiff format tiffOptions are being used instead

Definition:

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

See Also