SkiaRasterWriter

SkiaRasterWriter

Overview

SkiaRasterWriter is a class in Aspose.Page FOSS for Python.

Rasterize a RenderDocument using Skia (requires skia-python).

This class provides 2 methods for working with SkiaRasterWriter objects in Python programs. Available methods include: __init__, write. All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.

Methods

SignatureDescription
__init__()
write(document: "RenderDocument", options: "ImageSaveOptions")bytes

See Also