I\'m trying to wrap basic function of librsvg with ctypes for Python, but I\'m getting a segfault. C: // pycairo excerpt
I\'m using cairo (http://cairographics.org) in combination with an OpenGL based 3D graphics library. I\'m currently using the 3D library on Windows, but I\'m hoping to receive an answer that is platfo
I have a wx.ScrolledWindow where is drawn on using cairo. I have implemented a zoom-functionality which right now redraws the whole content.
I\'m trying to implement a PDF output target in an existing application which uses Windows metafiles (specifically, Aldus Placeable Metafiles) as one of its inputs. Is there a pre-existing library to
Since most of the gdk_gc_* methods are deprecated in GTK+ 3, how does one paint on sub-windows using Cairo only? Below is a simple example of what I would like to achieve:
import cairo from PIL import Image as im orig_image = im.open(\'Camilla_Belle_photo_3.jpg\') #http://i56.tinypic.com/261i5cn.jpg
I have an album title of some music band. I want to draw it with some mask which will round the corners of image.
I\'m creating a small drawing program in Mono gtk# and using the Cairo graphics library. I\'m coding and compiling on a MacOs X system. I have a drawable object which I put into Pixbuf at a certain ti
Configuring cairo-0.12.0... setup.exe: The program pkg-config version >=0.9.0 is required but it could not
Here\'s the code I\'m using right now: surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, *image.size) context = cairo.Context(surface)