from_stream method
from_stream
Create an image from the stream.
@staticmethod
def from_stream(stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase |
from_stream
Create an image from the stream.
@staticmethod
def from_stream(stream, use_embedded_color_management):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | |
| use_embedded_color_management | bool |
from_stream
Create an image from the stream.
@staticmethod
def from_stream(stream, use_embedded_color_management, validate_image_data):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | |
| use_embedded_color_management | bool | |
| validate_image_data | bool |
See Also
- class
IImage - class
Images - module
aspose.slides - library
Aspose.Slides