load method

load

Opens a new image with load_options.

Returns

A newly opened image instance.

def load(self, stream_container, load_options):
    ...
ParameterTypeDescription
stream_containerStreamContainerThe stream container.
load_optionsLoadOptionsThe load options.

See Also