Re: Question about gdk-pixbuf




> Is gdk-pixbuf thread-safe (or will it be)?  In particular, I'd like to 
> render an image in one thread while loading an image from disk in another
> thread.  This isn't possible with Imlib; is it possible with gdk-pixbuf?

I guess we can make it thread safe with little effort. 

basically gdk-pixbuf is just a collection of loader/saver routines.
Rendering to X is done with GdkRGB.

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]