get_pixels_map method
get_pixels_map
Retrieves the pixel map representation of the bitmap image, optionally converting to monochrome and allowing transparency color conversion.
Returns
The pixel map representation of the bitmap image IPixelsMap.
def get_pixels_map(self, convert_to_monochrome, allow_transparency_color_conversion):
...
| Parameter | Type | Description |
|---|---|---|
| convert_to_monochrome | bool | Specifies whether to convert the pixel map to monochrome. |
| allow_transparency_color_conversion | bool | Specifies whether to allow transparency color conversion in the pixel map. |
See Also
- module
aspose.svg.drawing - class
IBitmap - class
IPixelsMap