Top "Cairo" questions

Cairo is a software library used to provide a vector graphics-based, device-independent API for software developers.

Cairo "Could not find libpng in the pkg-config search path"

I'm trying to install GTK-DFB and cairo is a requirement. When I try to build it from source, it throws: …

gtk cairo directfb
How to fix "failed to load cairo DLL" in R?

I am running into this warning message that will stop execution. Saving 8.04 x 5.67 in image Warning messages: 1: In dev(file = …

r cairo
how to install node js canvas on windows

I'm trying to get working canvas on node js. I'm using Windows Vista. After basic approach npm install canvas failed (…

javascript windows node.js canvas cairo
Is there a better library for drawing vector graphics in Python than Cairo?

...Not that I have anything against Cairo -- I love it in fact. It's just terribly difficult to install the …

python vector-graphics cairo pycairo
Building Pango with Cairo support

I'm attempting to build a new version of wireshark 1.10 on a RHEL5 box with the intent of making an RPM …

linux gtk cairo rhel5 pango
Cairo and Qt integration

I want to use Cairo graphics library whith Qt, but I can't find any documenattion. I just want to make …

c++ qt integration cairo
How to render image as pdf (canvas and pdfkit)

I have a function on nodejs that generates an image from many images and then generate a pdf file from …

node.js canvas cairo node-canvas node-pdfkit
Skia vs Cairo vs Direct2D, which is the most feature rich?

A just curious question. I'm aware that: Skia, Cairo: library Direct2D: API But without any additional components, exclusively on …

2d directx vector-graphics cairo skia
Matplotlib PDF export uses wrong font

I want to generate high-quality diagrams for a presentation. I’m using Python’s matplotlib to generate the graphics. Unfortunately, …

python macos matplotlib cairo
How to return an image in an HTTP response with CherryPy

I have code which generates a Cairo ImageSurface, and I expose it like so: def preview(...): surface = cairo.ImageSurface(cairo.…

python http cherrypy cairo