GifOptions constructor

init

Initializes a new instance of the GifOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the GifOptions class.

def __init__(self, gif_options):
    ...
ParameterTypeDescription
gif_optionsGifOptionsThe GIF Options.

See Also