Re: [Gimp-developer] how to do fast drawing in plugin, pdb paintbrush api is slow

2010-10-06 Thread Alexia Death
On Wed, Oct 6, 2010 at 8:22 AM, 黄毅 yi.codepla...@gmail.com wrote: I'm trying to write a plugin to apply effects like this(http://mrdoob.com/projects/harmony/) to any path. I've done the coding, but it runs too slow, it speed several minutes to draw 7000 lines on my laptop. Currently i use

Re: [Gimp-developer] how to do fast drawing in plugin, pdb paintbrush api is slow

2010-10-06 Thread 黄毅
On Wed, Oct 6, 2010 at 2:39 PM, Alexia Death alexiade...@gmail.com wrote: On Wed, Oct 6, 2010 at 8:22 AM, 黄毅 yi.codepla...@gmail.com wrote: I'm trying to write a plugin to apply effects like this(http://mrdoob.com/projects/harmony/) to any path. I've done the coding, but it runs too slow, it

[Gimp-developer] exporting to GIF

2010-10-06 Thread Olivier
In the current git version, exporting to GIF an image in RGB mode does not offer the opportunity to specify a way to change the mode to indexed. The conversion occurs silently. Should not at least a warning message pop up? -- Olivier Lecarme ___

Re: [Gimp-developer] how to do fast drawing in plugin, pdb paintbrush api is slow

2010-10-06 Thread Alexia Death
On Wed, Oct 6, 2010 at 4:06 PM, 黄毅 yi.codepla...@gmail.com wrote: Make the layer invisible don't make it better, using pycairo does. With pycairo, drawing random lines with random alpha value on gtk surface, 10 strokes only take 21 seconds. Paint core offers a lot more features than cairo

Re: [Gimp-developer] exporting to GIF

2010-10-06 Thread Martin Nordholts
On 10/06/2010 03:48 PM, Olivier wrote: In the current git version, exporting to GIF an image in RGB mode does not offer the opportunity to specify a way to change the mode to indexed. The conversion occurs silently. Should not at least a warning message pop up? We can safely assume that our

Re: [Gimp-developer] exporting to GIF

2010-10-06 Thread Olivier
2010/10/6 Martin Nordholts ense...@gmail.com On 10/06/2010 03:48 PM, Olivier wrote: In the current git version, exporting to GIF an image in RGB mode does not offer the opportunity to specify a way to change the mode to indexed. The conversion occurs silently. Should not at least a warning