[cairo] Graphic Effects with Cairo

Gerdus van Zyl gerdusvanzyl at gmail.com
Tue Jul 28 04:30:42 PDT 2009


Sorry bitmap effects are not currently possible with cairo. You can
however do this:
1) fake it eg. using a gradient for a shadow, glow, etc.
2) you can get the image buffer (cairo_image_surface_get_data) and use
some other library to do some effects

I would love to do bitmap effects in cairo but until that day some
other projects may be of interest like openil and gegl.

~Gerdus

On Tue, Jul 28, 2009 at 12:58 PM, Posta GMail<amiblit at gmail.com> wrote:
> Hello everyone,
>
> does somebody ever tried with Cairo to create graphic effects like "Drop
> Shadow", "Glow", using displacement map and so on?
>
> Thank you
> _______________________________________________
> cairo mailing list
> cairo at cairographics.org
> http://lists.cairographics.org/mailman/listinfo/cairo
>


More information about the cairo mailing list