replace_image method

replace_image

Replaces image data.

def replace_image(self, new_image_data):
    ...
ParameterTypeDescription
new_image_databytesThe new image’s data.

replace_image

Replaces image.

def replace_image(self, new_image):
    ...
ParameterTypeDescription
new_imageaspose.pydrawing.ImageThe new image.

replace_image

Replaces image.

def replace_image(self, new_image):
    ...
ParameterTypeDescription
new_imageIImageThe new image.

replace_image

Replaces image.

def replace_image(self, new_image):
    ...
ParameterTypeDescription
new_imageIPPImageThe new IPPImage.

See Also