PyCairo Stack Images
I'm using pycairo to compose images. Currently I am creating my ImageSurface from a base image and setting a Context from this Surface. surface = cairo.ImageSurface.create_from_png
Solution 1:
You cannot directly load images into a context. You need more surfaces.
Post a Comment for "PyCairo Stack Images"