Re: [Gimp-developer] still the same bug

2007-05-01 Thread Geert Jordaens
GSR - FR wrote: Hi, [EMAIL PROTECTED] (2007-04-30 at 2137.21 -0300): could you provide more instructions to reproduce the error, Well, cannot tell you more... Adaptative, nonrecursive, 1 pixel radius, black=7, white=248. A 5 pixel cross in the middle of a white image, and I got a

Re: [Gimp-developer] still the same bug

2007-05-01 Thread Geert Jordaens
I once wrote a path for it, this included the possibility of disabling the histogram correction (by setting the values out of range). It seems that a more recent patch reversed this option. Probably the out of range option was not the best way of implementing it, however the function does make

Re: [Gimp-developer] Pixel coordinates input type for script-fu?

2007-05-01 Thread Joao S. O. Bueno Calligaris
On Tuesday 01 May 2007 00:15, Mark Lowry wrote: I'm working on a script in which it would be advantageous to use the mouse to click on an image and have the pixel coordinates captured as an input. Right now I have to manually enter the coordinates for four points, which is a tedious process.

Re: [Gimp-developer] still the same bug

2007-05-01 Thread William Skaggs
From: Luis A. Florit [EMAIL PROTECTED] For Bill: [...] Well, I am really tired about reporting bugs at Bugzilla and not even getting an answer, specially for Fedora bugs. [...] Fedora maintainance sucks. Please don't judge GIMP's bug handling by Fedora. For gg: I suspect it got ignored

Re: [Gimp-developer] Help - gimp-plugin-template development on olderLinux.

2007-05-01 Thread William Skaggs
From: G Bulmer [EMAIL PROTECTED] I am attempting to write a gimp plugin to 'bridge' between the gimp and a 3rd party piece of technology, under Linux. [...] My users need to stay with their currently deployed versions of software including the gimp (2.0.5) [...] If the code for your

Re: [Gimp-developer] Pixel coordinates input type for script-fu?

2007-05-01 Thread William Skaggs
From: Mark Lowry [EMAIL PROTECTED] I'm working on a script in which it would be advantageous to use the mouse to click on an image and have the pixel coordinates captured as an input. Right now I have to manually enter the coordinates for four points, which is a tedious process. Is there a

Re: [Gimp-developer] still the same bug

2007-05-01 Thread gg
On Tue, 01 May 2007 18:08:35 +0200, William Skaggs [EMAIL PROTECTED] wrote: From: Luis A. Florit [EMAIL PROTECTED] For Bill: [...] Well, I am really tired about reporting bugs at Bugzilla and not even getting an answer, specially for Fedora bugs. [...] Fedora maintainance sucks.

Re: [Gimp-developer] Pixel coordinates input type for script-fu?

2007-05-01 Thread Kevin Myers
As mentioned previously on this list, I would also like to develop a plug-in with similar pixel coordinate requirements. For my purposes, using the color picker would be an extremely ugly and practically unusable hack. I really need to get the coordinates directly and on the fly from the

Re: [Gimp-developer] still the same bug

2007-05-01 Thread William Skaggs
From: [EMAIL PROTECTED] There is an underlying issue where both origin and offset of a region are stored as gint before any processing is done. This means two rounding and/or trucation errors can easily end up producing a one or two pixel error. Yes, but there are other basic coding errors

Re: [Gimp-developer] Pixel coordinates input type for script-fu?

2007-05-01 Thread Mark Lowry
--- Joao S. O. Bueno Calligaris [EMAIL PROTECTED] wrote: Hi - no, there is no official way to do that. What I do in my scripts is require the user to start a Path with the bezier tool before calling the script - The script then use the coordiantes of the first (or how many I want)

Re: [Gimp-developer] still the same bug

2007-05-01 Thread Luis A. Florit
Glad you all confirmed the bug, and sorry gg if I misunderstood you. However, I am not sure what histogram correction means here. I saw the same shift in the despeckle plugin for photographies, like a human face. Thanks, Luis. ___ Gimp-developer

[Gimp-developer] Help - gimp-plugin-template development on olderLinux.

2007-05-01 Thread G Bulmer
I am attempting to write a gimp plugin to 'bridge' between the gimp and a 3rd party piece of technology, under Linux. [...] My users need to stay with their currently deployed versions of software including the gimp (2.0.5) [...] If the code for your plugin will fit into a single C

Re: [Gimp-developer] Pixel coordinates input type for script-fu?

2007-05-01 Thread Joao S. O. Bueno Calligaris
On Tuesday 01 May 2007 17:05, Mark Lowry wrote: --- Joao S. O. Bueno Calligaris [EMAIL PROTECTED] wrote: Hi - no, there is no official way to do that. What I do in my scripts is require the user to start a Path with the bezier tool before calling the script - The script then use the