create_image_wrapper method

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):
    ...
ParameterTypeDescription
imageaspose.pydrawing.ImageExisting 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):
    ...
ParameterTypeDescription
imageIImageExisting 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):
    ...
ParameterTypeDescription
streamio.RawIOBaseData 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):
    ...
ParameterTypeDescription
file_namestrFile name str

See Also