Skip to content
bernardd edited this page Sep 9, 2014 · 2 revisions

ErlyCairo allows generation of PNG images via 2D vector drawing.

Table of Contents

Example usage scenarios:

  • server side creation of HTML / CSS background images such as gradients, rounded corners, etc.
  • dynamic creation of CAPTCHA images

Features:

  • OTP server for starting, accessing and stopping the C-node
  • bindings for a subset of the cairo 2D graphics functions
  • simple demo application
  • C source compiles on mac and Ubuntu Linux (cairo library must be installed)

Limitations

ToDo:

  • binding ALL cairo functions
  • Cairo version compatibility check
  • documentation, wiki, more examples
Clone this wiki locally