ImageMetadataSignature constructor

init

Creates Image Metadata Signature with Id and value

def __init__(self, id, value):
    ...
Parameter Type Description
id int Unique identifier Image Metadata Signature name. See references for Exif tags specifications for possible id values
value any Metadata value

See Also