JpegExifData constructor

init

Initializes a new instance of the JpegExifData class.

def __init__(self):
    ...

init

Initializes a new instance of the JpegExifData class with data from array.

def __init__(self, exifdata):
    ...
ParameterTypeDescription
exifdatalistArray of EXIF tags together with common and GPS tags.

init

Initializes a new instance of the JpegExifData class with data from array.

def __init__(self, common_tags, exif_tags, gps_tags):
    ...
ParameterTypeDescription
common_tagslistThe common tags.
exif_tagslistThe EXIF tags.
gps_tagslistThe GPS tags.

See Also