GimpUi.cairo_surface_create_from_pixbuf
@accepts(GdkPixbuf.Pixbuf)
@returns(cairo.Surface)
def cairo_surface_create_from_pixbuf(pixbuf):
# Python wrapper for gimp_cairo_surface_create_from_pixbuf()
Create a Cairo image surface from a GdkPixbuf.
You should avoid calling this function as there are probably more efficient ways of achieving the result you are looking for.
Since 2.6
- pixbuf
- Returns