Cairo: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 14: Line 14:


* [http://www.tortall.net/mu/wiki/CairoTutorial Cairo tutorial in Python]
* [http://www.tortall.net/mu/wiki/CairoTutorial Cairo tutorial in Python]
* [http://cairographics.org/documentation/pycairo/ Cairo documentation for Python]
* [http://cairographics.org/manual/ Main programming documentation]
* [http://cairographics.org/manual/ Main programming documentation]

Revision as of 17:16, 19 June 2009

Cairo is a free software 2D graphics library. It is vector-based, and can be used to produce SVG and PDF format images, for instance. It is cross-platform (Linux, Mac, and Windows). Cairo is used as the rendering engine in the latest version of the Firefox browser.

Main Cairo website

Python

Installing on Debian

sudo apt-get install python-cairo

Reference