[Gegl-developer] Patch: GIO dependency made optionnal

2008-05-17 Thread Hubert Figuiere
Hi Here is my initial patch for GEGL to make gio an optional dependency for those who run an already obsolete version of glib. The only non-trivial part is GFileMonitor, and I actually scraped that part. Also another caveat is that I had to change the prototype of two functions that wanted a

Re: [Gegl-developer] Patch: GIO dependency made optionnal

2008-05-17 Thread Øyvind Kolås
On Sat, May 17, 2008 at 9:22 PM, Hubert Figuiere [EMAIL PROTECTED] wrote: Here is my initial patch for GEGL to make gio an optional dependency for those who run an already obsolete version of glib. This isn't only about obsolete versions of glib since there is no version having a GIO supporting

Re: [Gegl-developer] speeding up GEGL operations in GIMP

2008-05-17 Thread Øyvind Kolås
On Wed, May 14, 2008 at 8:14 AM, Sven Neumann [EMAIL PROTECTED] wrote: currently the GEGL operations in GIMP are very slow. I have done some basic profiling yesterday and it appears that the main problem is the conversion from floating point to 8bit. Here is where the most time is being spent.

Re: [Gegl-developer] Patch: GIO dependency made optionnal

2008-05-17 Thread Geert Jordaens
Is what you are trying to do for gegl_buffer not possible with the GIOChannel? http://library.gnome.org/devel/glib/2.12/glib-IO-Channels.html#GIOChannel Øyvind Kolås wrote: On Sat, May 17, 2008 at 9:22 PM, Hubert Figuiere [EMAIL PROTECTED] wrote: Here is my initial patch for GEGL to make