Re: CairoIO - Cairo compatible successor to GdkPixbuf

2007-11-16 Thread Mikkel Kamstrup Erlandsen
On 16/11/2007, BJörn Lindqvist <[EMAIL PROTECTED]> wrote: > > On Nov 15, 2007 10:34 PM, Mikkel Kamstrup Erlandsen > <[EMAIL PROTECTED]> wrote: > > > Some background info about this project is found here: > > > > > > * http://www.mail-archive.com/gtk-devel-list@gnome.org/msg06472.html > > > * http:/

Re: CairoIO - Cairo compatible successor to GdkPixbuf

2007-11-16 Thread Carl Worth
On Fri, 16 Nov 2007 14:04:45 +0100, "=?ISO-8859-1?Q?BJ=F6rn_Lindqvist?=" wrote: > surface = cairoio.load('foobar.png') > if surface.get_format() in (cairo.FORMAT_ARGB32,): > > is equivalent with: > > pixbuf = gdk.pixbuf_new_from_file('foobar.png') > if pixbuf.get_has_alpha(): Actua

Re: CairoIO - Cairo compatible successor to GdkPixbuf

2007-11-16 Thread BJörn Lindqvist
On Nov 15, 2007 10:34 PM, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > > Some background info about this project is found here: > > > > * http://www.mail-archive.com/gtk-devel-list@gnome.org/msg06472.html > > * http://live.gnome.org/GtkCairoIntegration > > * http://bugzilla.gnome.org/show

Re: CairoIO - Cairo compatible successor to GdkPixbuf

2007-11-16 Thread BJörn Lindqvist
On Nov 13, 2007 4:15 PM, BJörn Lindqvist <[EMAIL PROTECTED]> wrote: > Checkout using: > > svn co svn.gnome.org/svn/cairoio/trunk cairoio > > The implementation is in /ref/cairoio.py which also contain lots of > documentation. I know the name "CairoIO" might not be so nice, but it > is only seve

Re: CairoIO - Cairo compatible successor to GdkPixbuf

2007-11-16 Thread Alexander Larsson
On Thu, 2007-11-15 at 22:34 +0100, Mikkel Kamstrup Erlandsen wrote: > > I am really exited about the idea about joggling cairo surfaces around > over G{In,Out}putStreams, but the idea may be bonkers, I have not read > the GIO api much, not do I understand the finer details of cairo > surfaces. Y

Re: CairoIO - Cairo compatible successor to GdkPixbuf

2007-11-15 Thread Mikkel Kamstrup Erlandsen
On 13/11/2007, BJörn Lindqvist <[EMAIL PROTECTED]> wrote: > > Hello all! > > Some background info about this project is found here: > > * http://www.mail-archive.com/gtk-devel-list@gnome.org/msg06472.html > * http://live.gnome.org/GtkCairoIntegration > * http://bugzilla.gnome.org/show_bug.cgi?id=39