Re: [Gimp-developer] Python source code for the smooth curve through points algorithm I made

2013-07-17 Thread Ofnuts
The curve doesn't include the two end points and it seems it doesn't even get through one of the points (next before last at top right): http://i.imgur.com/Hmy1DMG.png On 07/17/2013 09:24 AM, Ben Thurston wrote: I made an implementation of the idea I had for the drawing of smooth curves

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-17 Thread su_v
On 2013-07-17 01:19 +0100, Partha Bagchi wrote: My recent (last built a few moment ago) git builds (2.9) have been instantly segfaulting on MBR running Mountain Lion. gdb backtrace (or commandline execution) shows: ./gimp-2.9 (pid:42315): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-17 Thread su_v
On 2013-07-17 13:51 +0100, su_v wrote: Workaround (at least for this segfault at launch time) is to run GIMP like this: $ echo $LANG en_US.UTF-8 $ LANGUAGE=$LANG gimp --verbose Just to clarify: the problem (at least on my 10.7.5 system) seems to be that in the default shell $LANGUAGE is

Re: [Gimp-developer] Parallelization project (for students)

2013-07-17 Thread Victor Oliveira
Ooops, sorry. I think I haven't sent the e-mail to the list. Here it is: Hi Thomas, I've been working with OpenCL in GEGL. I think there is a need in GEGL for a multi-threading code-path. But the work necessary for it is far from trivial, I know Daniel has been working on this so I'm copying

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-17 Thread Partha Bagchi
Hey V, Thanks for checking on this. I am glad (in a way) that my system is not the only one having this issue! :) I will try to revert the above changes and see if the problem disappears. Partha On Wed, Jul 17, 2013 at 7:51 AM, su_v suv...@users.sourceforge.net wrote: On 2013-07-17 01:19

Re: [Gimp-developer] Python source code for the smooth curve through points algorithm I made

2013-07-17 Thread Ofnuts
A Bezier curve will be a lot smoother: http://i.imgur.com/73Lhvhw.png On 07/17/2013 03:47 PM, Ben Thurston wrote: Right I should have made it more clear, I left it as a comment in the code, but the first and last point figure into the calculation and do have some effect but are not directly

[Gimp-developer] Gimp Export Properties Not Preserved

2013-07-17 Thread Jason Simanek
Hi, Is there any way to set default JPG/PNG/whatever export settings? I am manipulating a lot of images right now and every JPG export involves changing the Quality, the Smoothing and the DCT method. Over and over and over. This happens with Export as well as using the Save for Web plugin