IImageLoader
public interface IImageLoader
The image loader.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| streamContainer | StreamContainer | The stream container. |
| loadOptions | LoadOptions | The load options. |
Returns: Image - A newly opened image instance.