create_image_wrapper method

create_image_wrapper

Initializes a new instance of the BitmapWrapper class from the specified existing image.

def create_image_wrapper(self, image):
    ...
ParameterTypeDescription
imageaspose.pydrawing.Image

create_image_wrapper

Initializes a new instance of the ImageWrapper class from the specified existing image.

def create_image_wrapper(self, image):
    ...
ParameterTypeDescription
imageIImage

create_image_wrapper

Initializes a new instance of the BitmapWrapper class from the specified data stream.

def create_image_wrapper(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBase

create_image_wrapper

Initializes a new instance of the BitmapWrapper class from the specified file.

def create_image_wrapper(self, file_name):
    ...
ParameterTypeDescription
file_namestr

See Also