__init__ constructor

On this page

init

Initializes a WatermarkImageOptions instance with the specified watermark image.

def __init__(self, image):
    ...
Parameter Type Description
image list[int] The image to be used as watermark.

See Also

On this page