Re: [Gimp-developer] A question about python gimpfu - "home folder"

2008-10-09 Thread Chris Mohler
On Fri, Oct 10, 2008 at 12:24 AM, Chris Mohler <[EMAIL PROTECTED]> wrote: > Hi list, > > I've been mucking around with a GIMP plugin a la python, and I have a > question: > > Is there a method to discover the GIMP version and/or ~/.gimp folder > that works across platform (from python)? And (in t

[Gimp-developer] A question about python gimpfu - "home folder"

2008-10-09 Thread Chris Mohler
Hi list, I've been mucking around with a GIMP plugin a la python, and I have a question: Is there a method to discover the GIMP version and/or ~/.gimp folder that works across platform (from python)? Thanks, Chris ___ Gimp-developer mailing list Gimp-d

Re: [Gimp-developer] ANNOUNCE: GIMP 2.6.1

2008-10-09 Thread tks
It seems that patch-2.6.1.bz2 includes patches for nonexistent files. $ LANG=C md5sum -c patch-2.6.1.bz2.md5 patch-2.6.1.bz2: OK $ bzcat patch-2.6.1.bz2 |patch -p0 --dry-run -f |fgrep 'find' -A4 can't find file to patch at input line 1559 Perhaps you used the wrong -p or --strip option? The text l

Re: [Gimp-developer] Feature request, include filename with curves autosave

2008-10-09 Thread David Gowers
Hi, On Fri, Oct 10, 2008 at 5:17 AM, Kent Tenney <[EMAIL PROTECTED]> wrote: > Howdy, > > I wish the gimp-curves-tool.settings file, which contains sections > starting with: > > (GimpCurvesConfig "2008-10-03 14:34:26" >(time 1223062466) >(channel value) >(curve >... > > also listed

[Gimp-developer] ANNOUNCE: GIMP 2.6.1

2008-10-09 Thread Sven Neumann
GIMP 2.6.1 is a bug-fix release in the stable GIMP 2.6 series. The source can be downloaded from ftp.gimp.org or one of the mirrors listed at http://gimp.org/downloads/#mirrors Binary packages for the various supported platforms should become available soon; please check the Downloads section on w

[Gimp-developer] Feature request, include filename with curves autosave

2008-10-09 Thread Kent Tenney
Howdy, I wish the gimp-curves-tool.settings file, which contains sections starting with: (GimpCurvesConfig "2008-10-03 14:34:26" (time 1223062466) (channel value) (curve ... also listed the name of the file (or 'unnamed') fully qualified would be great, bare would be fine. Than

Re: [Gimp-developer] A Photographers View of Gimp 2.6

2008-10-09 Thread Liam R E Quin
On Thu, 2008-10-09 at 05:23 +, Omari Stephens wrote: > Stephen DeLear wrote: > [...] > > Scale to File Size: Many stock sites require an image to be upsized. > > For example Alamy requires an uncompressed file size of 48megs from a > > file saved as a 8bit .JPG. It would be useful to be ab

Re: [Gimp-developer] SHIFT+bracket versus brace

2008-10-09 Thread Sven Neumann
Hi, On Wed, 2008-10-08 at 20:00 -0400, [EMAIL PROTECTED] wrote: > If it would not cause grief for users on other systems, I would > propose changing the default assignments for these two functions (in > app/actions/tools-actions.c) from "bracketleft" to "braceleft"; > and from "bracketright

Re: [Gimp-developer] Gimp-developer Digest, Vol 73, Issue 16

2008-10-09 Thread Øyvind Kolås
On Thu, Oct 9, 2008 at 1:43 PM, Alexandre Prokoudine <[EMAIL PROTECTED]> wrote: > On Mon, Oct 6, 2008 at 9:13 AM, Stephen DeLear wrote: >> operation_class->name= "sdv-unsharp-mask"; >> >> and leave the standard unsharp mask. >> >> The current unsharp mask uses radius, amount and threashold.

Re: [Gimp-developer] Gimp-developer Digest, Vol 73, Issue 16

2008-10-09 Thread Alexandre Prokoudine
On Mon, Oct 6, 2008 at 9:13 AM, Stephen DeLear wrote: > operation_class->name= "sdv-unsharp-mask"; > > and leave the standard unsharp mask. > > The current unsharp mask uses radius, amount and threashold. The new one > uses scale and standard deviation. The function it is performing an un