Cairo module

Poul Riis priisdk at gmail.com
Wed Feb 4 16:21:26 EST 2015


Could you be a little more specific (giving, for instance, a full working example)?
I tried to interchange
 surface = cairo.ImageSurface (cairo.FORMAT_ARGB32, WIDTH, HEIGHT) 
with
 surface = cairo.Win32Surface (cairo.FORMAT_ARGB32, WIDTH, HEIGHT) 
but that didn't seem to work.

Could matplotlib be used to show the image?

Poul Riis



More information about the Python-list mailing list