Re: [Gimp-developer] healing brush hanging X11

2006-09-13 Thread Kevin Sookocheff
Hi Sven, I haven't had any time to try this. I depart this Saturday and don't anticipate having more time to devote to the healing brush in the near future. Once I get settled I'll set up a work environment and try and work on the code some more. Kevin On 9/13/06, Sven Neumann [EMAIL PROTECTED]

Re: [Gimp-developer] healing brush hanging X11

2006-09-05 Thread Sven Neumann
Hi Kevin, On Tue, 2006-09-05 at 09:15 -0400, Kevin Sookocheff wrote: OK. That seems logical. So during the mouse stroke a region is selected, and after the mouse stroke healing is done on the selected region. Are there any tools in GIMP right now that follow a similar sequence? The

[Gimp-developer] healing brush hanging X11

2006-09-04 Thread Campbell Barton
Hey, Just tried the healing brush for the first time, on an 8mp image with a 200px brush. - Useually works ok for most tools. With the healing brush it was very slow, thats ok too- I assume theres a lot of math to go for this tool But after a click+drag it was so slow, it would not finish

Re: [Gimp-developer] healing brush hanging X11

2006-09-04 Thread Sven Neumann
Hi, On Mon, 2006-09-04 at 20:45 -0400, Kevin Sookocheff wrote: A bad point about the current implementation is that it is slow. The Laplacian solver is not optimized. There are also other ways to implement the Laplacian solver that may increase the speed. As far as I know, the Heal tool