[Gimp-developer] GEGL 0.0.6

2007-01-07 Thread Øyvind Kolås
A new GEGL release a short time after the first, it should now build or be closer to building on more systems. Work is underway to make it possible to use GEGL from both python and ruby. A preliminary ruby binding can be found at http://pippin.gimp.org/rgegl/. What is GEGL? = GEGL is

[Gimp-developer] preview update problems

2007-01-07 Thread David Hodson
I'm having problems adding a preview (gimp_drawable_preview_new) to an existing plugin. Some experimentation with the sample code shows that using gimp_pixel_rgn_get_row() and gimp_pixel_rgn_set_row() to iterate through the image region, the preview updates correctly, but replacing them with

Re: [Gimp-developer] preview update problems

2007-01-07 Thread Sven Neumann
Hi, On Mon, 2007-01-08 at 15:14 +1100, David Hodson wrote: I'm having problems adding a preview (gimp_drawable_preview_new) to an existing plugin. Some experimentation with the sample code shows that using gimp_pixel_rgn_get_row() and gimp_pixel_rgn_set_row() to iterate through the image

Re: [Gimp-developer] seamless texture painting: draw tool warping across image border

2007-01-07 Thread Sven Neumann
Hi, On Mon, 2007-01-08 at 12:55 +1030, David Gowers wrote: http://bugzilla.gnome.org/show_bug.cgi?id=392613 Before we go into details, could we try to find out what this feature would actually be good for and if we want to support it? You already figured that it's quite an intrusive change and

Re: [Gimp-developer] preview update problems

2007-01-07 Thread David Hodson
Sven Neumann wrote: Have you looked at the code of the many plug-ins that use a preview already? The idea of a preview is to preview the effect. So you aren't going to manipulate the pixel regions at all. Instead you draw on the preview. I'm looking at Dave Neary's sample code on the