Re: [Gimp-developer] Please fix Color and/or Value transfer mode

2010-07-27 Thread Charlie De
> Since we released stable versions with this broken behavior we now have > to maintain backward compatibility to it. It is considered very > important that you can open your old XCF files in a new version of GIMP > and get the same result as in the version you created them in. I suggest that

Re: [Gimp-developer] Script debugging

2010-07-27 Thread saulgoode
Quoting Rob Antonishen : >>> Decent debugging facilities are missing. Only tracing is supported >>> natively. > > Anyone know how? Even that would be handy. Call the 'tracing' function with an argument of "1" to enable tracing ("0" to turn it off). The output from the trace doesn't appear unti

Re: [Gimp-developer] Please fix Color and/or Value transfer mode

2010-07-27 Thread Sven Neumann
On Tue, 2010-07-27 at 11:08 -0700, Charlie De wrote: > I thought that it had been decided the existing GIMP Color mode was broken, > so > "files relying on old behaviour" is not an issue. Since we released stable versions with this broken behavior we now have to maintain backward compatibility

Re: [Gimp-developer] Please fix Color and/or Value transfer mode

2010-07-27 Thread Charlie De
> Second of all, why would it take long to "regain" multi-threading when > we start using GEGL for real? I expect us to make use of a > multi-threaded GEGL in the first GEGLifixed GIMP release. Music to my ears! Good luck with the coding, your efforts are greatly appreciated. Charlie

Re: [Gimp-developer] Script debugging

2010-07-27 Thread Rob Antonishen
>> Decent debugging facilities are missing. Only tracing is supported >> natively. Anyone know how? Even that would be handy. -Rob A> ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/

Re: [Gimp-developer] Script debugging

2010-07-27 Thread LightningIsMyName
Hello, > "Debugging Script-Fu scripts is only slightly less painful than stabbing > yourself in the eye with a dull spoon. indeed debugging gimp scripts is a pain and I encountered it several times. There are several ways to make it easier to follow the execution (defining some functions which wi

Re: [Gimp-developer] Script debugging

2010-07-27 Thread Rob Antonishen
I just use (gimp-message) a lot, with my error console turned on. Here are pointers that work well with script-fu (up to a point): http://www.cs.indiana.edu/chezscheme/debug/ Too bad script-fu doesn't support tracing. -Rob A> On Tue, Jul 27, 2010 at 3:09 PM, Joseph Areeda wrote: > I have a

[Gimp-developer] Script debugging

2010-07-27 Thread Joseph Areeda
I have a few function on my must have list. I've been able to find some scripts that are close. It's been over 20 years since I did any LISP programming so Scheme is not to bad, but still a chore. My biggest issue is debugging. My searching has turned up this quote (http://adrian.gimp.org/ba

Re: [Gimp-developer] Please fix Color and/or Value transfer mode

2010-07-27 Thread Martin Nordholts
On 07/27/2010 08:08 PM, Charlie De wrote: > On the other hand, I understand you have other good reasons to go the GEGL > route. That's fine, except it will take a long time to regain the > functionality > GIMP already has, namely multi-threading. It's for that reason that I think > relatively si

Re: [Gimp-developer] Please fix Color and/or Value transfer mode

2010-07-27 Thread Charlie De
Martin, > If you provide a patch that improves Color mode compositing when using > GEGL, I would be happy to review it. Alas, all I can provide is the algorithm, I'm not a C or C++ coder. > We can't do this change in native GIMP because it would break rendering > of XCF files that relie

Re: [Gimp-developer] Please fix Color and/or Value transfer mode

2010-07-27 Thread Martin Nordholts
On 07/27/2010 07:31 PM, Charlie De wrote: > Hello again, > > Given that the GEGL solution is not yet perfect, as per the latest > relevant bug report... > > https://bugzilla.gnome.org/show_bug.cgi?id=624026 > > ...I wonder if I may help with an algorithm that could be used either in > GIMP internal

Re: [Gimp-developer] Please fix Color and/or Value transfer mode

2010-07-27 Thread Charlie De
Hello again, Given that the GEGL solution is not yet perfect, as per the latest relevant bug report... https://bugzilla.gnome.org/show_bug.cgi?id=624026 ...I wonder if I may help with an algorithm that could be used either in GIMP internally or in GEGL. I arrived at the solution by trying var

[Gimp-developer] 2.7.1 crashes at crop or rectangle operation

2010-07-27 Thread Alexander Rabtchevich
Hello When I try to use rectangle selection tool or crop tool with fixed aspect ratio 1795:1205 2.7.1 on Windows always crashes. With respect, Alexander Rabtchevich ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.

Re: [Gimp-developer] Bug Bug 568150 With 'Resize window on zoom', zoom focus does not work when window is of maximum size

2010-07-27 Thread Tobias Jakobs
Hi, On Tue, Jul 27, 2010 at 13:39, xianghang liu wrote: > > Then what I need to do to get this patch applied to the git version > of GIMP. > I'm not a GIMP developer, but usually it's a good idea to attach patches to the bugreport, so they don't get lost. Regards, Tobias ___

Re: [Gimp-developer] Bug Bug 568150 With 'Resize window on zoom', zoom focus does not work when window is of maximum size

2010-07-27 Thread xianghang liu
Hi, > > > great. I trust that the solution is the right thing because Martin > pointed out in the bug what should happen and where to repair it. > > Then what I need to do to get this patch applied to the git version of GIMP. Thanks, lxh ___ Gimp-develo