GifImageWatermarkOptions constructor

init

Initializes a new instance of the GifImageWatermarkOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the GifImageWatermarkOptions class with a specified index of a frame.

def __init__(self, frame_index):
    ...
Parameter Type Description
frame_index int The index of frame to add watermark.

See Also