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):
...
Parameter | Type | Description |
---|---|---|
ifd_offset | int | A 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
- module
aspose.cad.fileformats.tiff
- class
TiffExifIfd