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):
    ...
ParameterTypeDescription
convert_to_monochromeboolSpecifies whether to convert the pixel map to monochrome.
allow_transparency_color_conversionboolSpecifies whether to allow transparency color conversion in the pixel map.

See Also