XmpThumbnail constructor

__init__(self)

Initializes a new instance of the XmpThumbnail class.


def __init__(self):
    ...

__init__(self, width, height)

Initializes a new instance of the XmpThumbnail class.


def __init__(self, width, height):
    ...
Parameter Type Description
width int The width.
height int The height.

See Also