Re: [E-devel] Pixbuf

2010-04-11 Thread Vincent Torri
On Sun, 11 Apr 2010, rui kou wrote: > HI > > I want to load a image from the memory(a point got from xmmsv_get_bin), So, > is there a API just like > gdk_pixbuf_loader_write > ?? i'm curious : you want to do an EFL frontend to xmms2 ? Vincent --

Re: [E-devel] Pixbuf

2010-04-11 Thread Vincent Torri
hey, > I want to load a image from the memory(a point got from xmmsv_get_bin), So, > is there a API just like > gdk_pixbuf_loader_write Without more info of what you want to do, here is what i would do: Once you have an evas: void *data; /* your image data */ int width; /* width of your ima

[E-devel] Pixbuf

2010-04-11 Thread rui kou
HI I want to load a image from the memory(a point got from xmmsv_get_bin), So, is there a API just like gdk_pixbuf_loader_write ?? Thanks -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Sp