IImageLoader Class
Summary: The image loader.
Module: aspose.imaging
Full Name: aspose.imaging.IImageLoader
Methods
Name | Description |
---|---|
load(stream_container, load_options) | Opens a new image with loadOptions. |
Method: load(stream_container, load_options)
load(stream_container, load_options)
Opens a new image with loadOptions.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container. |
load_options | LoadOptions | The load options. |
Returns
Type | Description |
---|---|
Image | A newly opened image instance. |