TiffExifIfd constructor

init

Initializes a new instance of the TiffExifIfd class.

def __init__(self):
    ...

init

Initializes a new instance of the TiffExifIfd class.

def __init__(self, ifd_offset):
    ...
ParameterTypeDescription
ifd_offsetintA pointer to the Exif IFD.

Remarks

Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF.

See Also