draw_explicit_image_mask method
draw_explicit_image_mask
Draw masked image.
def draw_explicit_image_mask(self, image_24bpp, alpha_mask_1bpp, transform):
...
Parameter | Type | Description |
---|---|---|
image_24bpp | aspose.pydrawing.Bitmap | The image to draw. Must be in 24bpp RGB image format |
alpha_mask_1bpp | aspose.pydrawing.Bitmap | The image mask. Must be in 1bpp image format. |
transform | aspose.pydrawing.drawing2d.Matrix | The matrix to transform image. |
See Also
- module
aspose.page.eps
- class
PsDocument