IImageLoader

public interface IImageLoader

The image loader.

Methods

MethodDescription
load(StreamContainer streamContainer, LoadOptions loadOptions)Opens a new image with loadOptions.

load(StreamContainer streamContainer, LoadOptions loadOptions)

public abstract Image load(StreamContainer streamContainer, LoadOptions loadOptions)

Opens a new image with loadOptions.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.
loadOptionsLoadOptionsThe load options.

Returns: Image - A newly opened image instance.