create_image_wrapper method
Contents
[
Hide
]create_image_wrapper
Initializes a new instance of the BitmapWrapper class from the specified existing image.
def create_image_wrapper(self, image):
...
| Parameter | Type | Description |
|---|---|---|
| image | aspose.pydrawing.Image |
create_image_wrapper
Initializes a new instance of the ImageWrapper class from the specified existing image.
def create_image_wrapper(self, image):
...
| Parameter | Type | Description |
|---|---|---|
| image | IImage |
create_image_wrapper
Initializes a new instance of the BitmapWrapper class from the specified data stream.
def create_image_wrapper(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase |
create_image_wrapper
Initializes a new instance of the BitmapWrapper class from the specified file.
def create_image_wrapper(self, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str |
See Also
- class
IImage - class
IImageWrapper - class
ImageWrapperFactory - module
aspose.slides - library
Aspose.Slides