Jpeg2000Options constructor

init

Initializes a new instance of the Jpeg2000Options class.

def __init__(self):
    ...

init

Initializes a new instance of the Jpeg2000Options class.

def __init__(self, jpeg_2000_options):
    ...
ParameterTypeDescription
jpeg_2000_optionsJpeg2000OptionsThe Jpeg2000 file format options to copy settings from.

See Also