bitmap method

bitmap

Slides should be converted to a raster image.

Returns

@staticmethod
def bitmap(scale, image_format):
    ...
ParameterTypeDescription
scalefloatThe factor by which to scale the output image.
image_formatImageFormatThe format of the resulting image (e.g., PNG, JPEG).

See Also