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