IImageLoader Klasse
Summary: The image loader.
Module: aspose.imaging
Full Name: aspose.imaging.IImageLoader
Methods
| Name | Beschreibung |
|---|---|
| load(stream_container, load_options) | Öffnet ein neues Bild mit loadOptions. |
Method: load(stream_container, load_options)
load(stream_container, load_options)
Öffnet ein neues Bild mit loadOptions.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| stream_container | StreamContainer | Der Stream-Container. |
| load_options | LoadOptions | Die Ladeoptionen. |
Returns
| Typ | Beschreibung |
|---|---|
| Image | Eine neu geöffnete Bildinstanz. |