[Gimp-developer] Po-files in SVN have a strange problem

2008-08-04 Thread David Gowers
Hello, As I was working on Esperanto translation for gimp, I noticed that it (eo.po).. and the following .po files (in /po/ directory), have a strange problem with a message. pl fr ru ja lt oc One or two messages (the english part) refer to 'Colorsize' where they should refer to 'Colorize'

[Gimp-developer] Windows - Image display actions potential improvement

2008-08-04 Thread David Gowers
Hello, I just noticed a usability issue with the 'Windows' actions related to image displays in SVN... They seem to be attached to specific displays, rather than to the Nth display out of the current displays. Currently, we can switch quickly between some active images by using dynamic keyboard

Re: [Gimp-developer] Po-files in SVN have a strange problem

2008-08-04 Thread David Gowers
Hi, On Tue, Aug 5, 2008 at 5:06 AM, Sven Neumann [EMAIL PROTECTED] wrote: Hi, On Mon, 2008-08-04 at 23:25 +0930, David Gowers wrote: One or two messages (the english part) refer to 'Colorsize' where they should refer to 'Colorize' (as in 'save colorize settings' and 'export colorize

Re: [Gimp-developer] Windows - Image display actions potential improvement

2008-08-06 Thread David Gowers
The attached patch allows you to open several images, assign keyboard shortcuts to them, and these shortcuts will persist, so that if you assigned '1','2','3' to the first, second, and third image, you could continue to switch between the first, second, and third opened image with 1, 2, and 3.

Re: [Gimp-developer] bug #464466: lanczos corner artifacts

2008-08-07 Thread David Gowers
Hi, On Fri, Aug 8, 2008 at 7:30 AM, [EMAIL PROTECTED] wrote: On Thu, 07 Aug 2008 22:20:00 +0200, Nicolas Robidoux [EMAIL PROTECTED] wrote: A student of mine and I have put together a gimp plug-in which ENLARGES images using a method which is analogous to global cubic splines, that is,

Re: [Gimp-developer] Po-files in SVN have a strange problem

2008-08-08 Thread David Gowers
Hello, On Sat, Aug 9, 2008 at 2:38 AM, Sven Neumann [EMAIL PROTECTED] wrote: Hi, On Fri, 2008-08-08 at 19:55 +0400, Alexandre Prokoudine wrote: This is probably because there is bug in your version of intltools or that version is too old. For instance, the version from Ubuntu 8.04.1

Re: [Gimp-developer] Tagging of Gimp Resources project status

2008-08-18 Thread David Gowers
Hi Aurimas, I've tried this out and read your PDF, this is what I think: The basic idea is good and neatly implemented. It needs more consistency upon integration with SVN HEAD. For example * 'Next Brush' / 'Previous Brush' actions don't move through the filtered view, they move through the

Re: [Gimp-developer] On-canvas text-editing GSoC project - report

2008-08-19 Thread David Gowers
Hello, On Wed, Aug 20, 2008 at 5:27 AM, Daniel Eddeland [EMAIL PROTECTED] wrote: Google Summer of Code Project: Improve the text-tool in GIMP By Daniel Eddeland (Skalle) In Gimp 2.4 and earlier versions, the text tool uses an external editor window, which is inconvenient in several ways.

Re: [Gimp-developer] gegl babl trouble

2008-08-24 Thread David Gowers
Hello, On Sun, Aug 24, 2008 at 4:12 PM, [EMAIL PROTECTED] wrote: Hi, I just pulled a clean svn gimp and wanted to build with --prefix=/usr/local , I supplied this arguement to autogen.sh and it output both that prefix and --prefix=/opt/gimp , which I presume is the new default. ... No.

Re: [Gimp-developer] Font are small of tool-box in gimp 2.5.4

2008-09-18 Thread David Gowers
On Thu, Sep 18, 2008 at 11:21 PM, Alexandre Prokoudine [EMAIL PROTECTED] wrote: On Thu, Sep 18, 2008 at 8:34 AM, Choi, JiHui wrote: Hi, Sven Now I know. But in some environments, it's not convenient. If your system supports cleartype fonts, it may be good, but if not and you use non-english,

Re: [Gimp-developer] [wish] provide transparent color

2008-09-24 Thread David Gowers
Hi Maciej, On Wed, Sep 24, 2008 at 3:47 PM, Maciej Pilichowski [EMAIL PROTECTED] wrote: Hello, From: bgw [EMAIL PROTECTED] How does draw with transparency differ from using eraser tool with x% opacity? Pencil and eraser are counterparts of course, but I wished for transparent color, not

Re: [Gimp-developer] /Filters/Render/Stroke to SVG...

2008-09-25 Thread David Gowers
Hi Paul, On Fri, Sep 26, 2008 at 2:19 AM, paul taney [EMAIL PROTECTED] wrote: When it doesn't register, is there any console output from GIMP? Chris Ive got things working now and use numpy to convert bluelines to SVG lines or a python tuple that gets written out. It could be of

Re: [Gimp-developer] /Filters/Render/Stroke to SVG...

2008-09-25 Thread David Gowers
Hi Paul. On Fri, Sep 26, 2008 at 8:56 AM, paul taney [EMAIL PROTECTED] wrote: Why does he multiply the image by 256 and elsewhere divide image/256? He's expecting an image with values ranging 0..1. If the values you are providing are 0..255, you'll need to remove both of those. Which

Re: [Gimp-developer] Transparency in transform tools

2008-09-28 Thread David Gowers
Hi Guillermo, On Fri, Sep 26, 2008 at 10:56 AM, Guillermo Espertino [EMAIL PROTECTED] wrote: I'm testing Gimp 2.5.4 and it's amazing. I know it's late for a feature request, but I think it's worth to discuss about the current behavior of the new feature present in the transform tools: the

Re: [Gimp-developer] Python

2008-09-29 Thread David Gowers
Hi Samuel, On Mon, Sep 29, 2008 at 7:40 PM, Samuel [EMAIL PROTECTED] wrote: I have been at the GIMP IRC channel and they told me that C is faster than Python if I want many pixel ops. I wrote a test plugin in Python which copies a layer pixel per pixel to another one and it needs several

Re: [Gimp-developer] Automatically save curves file

2008-10-04 Thread David Gowers
Hi Kent, On Sat, Oct 4, 2008 at 8:47 PM, Kent Tenney [EMAIL PROTECTED] wrote: On Fri, Oct 3, 2008 at 7:01 PM, [EMAIL PROTECTED] wrote: Quoting Kent Tenney [EMAIL PROTECTED]: will there be provisions to apply a saved curve to an image without the gui? If you have the GIMP Animation

Re: [Gimp-developer] Automatically save curves file

2008-10-04 Thread David Gowers
On Sun, Oct 5, 2008 at 1:20 AM, Kent Tenney [EMAIL PROTECTED] wrote: On Fri, Oct 3, 2008 at 7:01 PM, [EMAIL PROTECTED] wrote: Quoting Kent Tenney [EMAIL PROTECTED]: will there be provisions to apply a saved curve to an image without the gui? If you have the GIMP Animation Package

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 the name of the

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

2008-10-10 Thread David Gowers
Hi, On Fri, Oct 10, 2008 at 4:42 PM, Chris Mohler [EMAIL PROTECTED] wrote: 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

Re: [Gimp-developer] new feature request - gimp

2008-10-21 Thread David Gowers
Hi, On Tue, Oct 21, 2008 at 3:05 PM, Jim Michaels [EMAIL PROTECTED] wrote: Please send only plain-text mail to this list. HTML mail annoys people here. Akima spline curves give drawing freedom, at least some kind of interpolating spline curve where you can just simply lay the points down and

Re: [Gimp-developer] Scaling in Gimp 2.6 is much slower than in Gimp 2.4

2008-10-29 Thread David Gowers
Hi, On Wed, Oct 29, 2008 at 10:37 PM, Claus Berghammer (Bugzilla) [EMAIL PROTECTED] wrote: Hello Gimp Developers, Sven Neumann asked me to move this thread from the Users mailinglist, to developers. The original discussion can be found here:

Re: [Gimp-developer] Scaling in Gimp 2.6 is much slower than in Gimp 2.4

2008-10-31 Thread David Gowers
Hi Liam, On Fri, Oct 31, 2008 at 11:55 AM, Liam R E Quin [EMAIL PROTECTED] wrote: On Fri, 2008-10-31 at 01:44 +0100, Joern P. Meier wrote: [...] By the way, what kind of downscaling is used for the view zooming? GEGL is doing that. GEGL is not doing that. GEGL certainly has display-pyramid

Re: [Gimp-developer] Script-fu primitive wishlist: islands, integrals/sums, and data files

2008-10-31 Thread David Gowers
Hi Adam, On Fri, Oct 31, 2008 at 9:51 PM, Adam C Powell IV [EMAIL PROTECTED] wrote: Greetings, I am working on an image processing plug-in (which I'll offer for upstream contribution BSD-licensed), and would really like to have a couple of primitives that I can't find. One is finding

Re: [Gimp-developer] Better grouping of layer modes

2008-11-01 Thread David Gowers
Hi, On Sat, Nov 1, 2008 at 11:06 PM, Martin Nordholts [EMAIL PROTECTED] wrote: peter sikking wrote: Martin wrote: The darker and lighter modes have been internally sorted based on how much they tend to affect the image, see end of mail. is it then a coincidence you got implicitly almost

Re: [Gimp-developer] Snapping options should be remembered across sessions

2008-11-01 Thread David Gowers
Hi, On Sun, Nov 2, 2008 at 4:59 AM, Alexandre Prokoudine [EMAIL PROTECTED] wrote: Hi, As requested to discuss it on list rather than on bgo... It would be quite useful to be able using same snapping options (snapping to guides, grid, canvas border, active path) across sessions, preferably

Re: [Gimp-developer] Better grouping of layer modes

2008-11-01 Thread David Gowers
On Sun, Nov 2, 2008 at 12:02 AM, Martin Nordholts [EMAIL PROTECTED] wrote: David Gowers wrote: Hi, On Sat, Nov 1, 2008 at 11:06 PM, Martin Nordholts [EMAIL PROTECTED] wrote: Actually, I didn't understand why you grouped them with Difference (even given your explanation of 'can produce

Re: [Gimp-developer] Snapping options should be remembered across sessions

2008-11-01 Thread David Gowers
Hi, On Sun, Nov 2, 2008 at 8:22 AM, Alexandre Prokoudine [EMAIL PROTECTED] wrote: On Sun, Nov 2, 2008 at 12:36 AM, David Gowers wrote: It would be quite useful to be able using same snapping options (snapping to guides, grid, canvas border, active path) across sessions, preferably

Re: [Gimp-developer] Better grouping of layer modes

2008-11-01 Thread David Gowers
Hi, On Sun, Nov 2, 2008 at 9:34 AM, Martin Nordholts [EMAIL PROTECTED] wrote: I understand what you mean now. We are not doing the same kind of paring though. You are pairing layer modes that are cancelling each other out while I am paring layer modes that give opposite effects on lightness.

Re: [Gimp-developer] Better grouping of layer modes

2008-11-02 Thread David Gowers
Hi, On Sun, Nov 2, 2008 at 6:46 PM, Martin Nordholts [EMAIL PROTECTED] wrote: David Gowers wrote: I'm assuming that the separate layer modes will eventually separate into their own files for reasons of speed, in which case this is I meant separate operations, here. trivial to implement

Re: [Gimp-developer] Recording user actions

2008-11-02 Thread David Gowers
Hi Viktor, On Mon, Nov 3, 2008 at 7:43 AM, Viktor Kojouharov [EMAIL PROTECTED] wrote: This has been discussed somewhat in the very distant past. The last A lot, actually: http://bugzilla.gnome.org/show_bug.cgi?id=51937 discussion ended with the verdict that recording user actions (and playing

Re: [Gimp-developer] Better grouping of layer modes

2008-11-04 Thread David Gowers
Hi vabijou, On Wed, Nov 5, 2008 at 2:21 AM, vabijou2 [EMAIL PROTECTED] wrote: peter sikking wrote: the only thing I would change is to swap the order of Grain merge and Grain extract. simply because it is explained as a workflow in that order in the manual. I would also like to see a

Re: [Gimp-developer] Better grouping of layer modes

2008-11-05 Thread David Gowers
Hi Joao On Wed, Nov 5, 2008 at 12:15 PM, Joao S. O. Bueno [EMAIL PROTECTED] wrote: David, as far as filters are concerned, I'd strongly, and that means __strongly__, suggest you to use keyboard shrotcuts to get to your filters. This is definitely important. I'm working on it. It takes time to

Re: [Gimp-developer] Layer modes ported to GEGL, explanation of new compositing model

2008-11-08 Thread David Gowers
Hello Martin, On Sun, Nov 9, 2008 at 4:36 AM, Martin Nordholts [EMAIL PROTECTED] wrote: 2. With a 100% opaque Addition mode layer put on top a completely transparent layer, the resulting composite becomes 100% opaque containing the unblended Addition mode layer pixels when using GEGL, but

Re: [Gimp-developer] Layer modes ported to GEGL, explanation of new compositing model

2008-11-09 Thread David Gowers
Hello Martin, On Mon, Nov 10, 2008 at 8:18 AM, Martin Nordholts [EMAIL PROTECTED] wrote: Hi David David Gowers wrote: Ah, so if I want to make the result preserve the alpha of the underlying layer, I'll need to do that via layer mask? Exactly, masking should generally be performed *after

Re: [Gimp-developer] Layer modes ported to GEGL, explanation of new compositing model

2008-11-09 Thread David Gowers
Hi, On Mon, Nov 10, 2008 at 9:18 AM, David Gowers [EMAIL PROTECTED] wrote: I'll see what happens when I make that change :) (apparently just one line, app/core/gimpprojection.c:391, is needed to be changed to implement this now :D) This was slightly more complex than I said. Somewhat hackish

Re: [Gimp-developer] Layer modes ported to GEGL, explanation of new compositing model

2008-11-09 Thread David Gowers
Hello, On Mon, Nov 10, 2008 at 12:50 PM, David Gowers [EMAIL PROTECTED] wrote: Lastly! I don't know whether this merges shadow-tiles in linear-light RGB or not. It appears that it does, but I haven't run proper tests yet :) No, it doesn't. David

Re: [Gimp-developer] Modifier key to create new layer from floating selection

2008-11-19 Thread David Gowers
Hi, On Thu, Nov 20, 2008 at 6:41 AM, Daniel Hornung [EMAIL PROTECTED] wrote: Hi, in case it's not too late (meaning a brand-new floating selection replacement is to be implemented soon), I have a small proposal to make the current behaviour a bit more user-friendly: While working on a

Re: [Gimp-developer] Modifier key to create new layer from floating selection

2008-11-20 Thread David Gowers
Hi, On Fri, Nov 21, 2008 at 2:34 AM, Daniel Hornung [EMAIL PROTECTED] wrote: On Thursday 20 November 2008, David Gowers wrote: This is usually effectively the same as pasting (ctrl+V for most people, Insert for me). Is creating a floating selection that does not match the clipboard contents

Re: [Gimp-developer] Block user interaction while a plug-in is running?

2008-11-20 Thread David Gowers
Hello Lionel, On Fri, Nov 21, 2008 at 3:04 AM, Lionel Tarazón [EMAIL PROTECTED] wrote: Hi everyone, I am currently developing a Gimp plug-in with a GTK+ user interface. My plug-in is unstable if the user modifies the image or calls other plug-ins while it is running. What version of GIMP are

Re: [Gimp-developer] Modifier key to create new layer from floating selection

2008-11-20 Thread David Gowers
On Fri, Nov 21, 2008 at 6:35 AM, David Gowers [EMAIL PROTECTED] wrote: Hi, On Fri, Nov 21, 2008 at 2:34 AM, Daniel Hornung [EMAIL PROTECTED] wrote: On Thursday 20 November 2008, David Gowers wrote: This is usually effectively the same as pasting (ctrl+V for most people, Insert for me

Re: [Gimp-developer] Block user interaction while a plug-in is running?

2008-11-21 Thread David Gowers
Hi Lionel, On Fri, Nov 21, 2008 at 8:15 PM, Lionel Tarazón [EMAIL PROTECTED] wrote: Hi David I am currently developing a Gimp plug-in with a GTK+ user interface. My plug-in is unstable if the user modifies the image or calls other plug-ins while it is running. What version of GIMP are

Re: [Gimp-developer] Using GIMP from my own program

2008-12-16 Thread David Gowers
Hi, On Wed, Dec 17, 2008 at 6:15 AM, Pablo Yaggi pya...@alsurdelsur.com wrote: Now I have my script running, It's a simple script that produces the table-mirror effect apple does, but is it possible to check whether the interface is available or not, I mean if gimp is running with -i mode

Re: [Gimp-developer] Run-Mode Enums

2008-12-19 Thread David Gowers
On Fri, Dec 19, 2008 at 3:25 PM, Pablo Yaggi pya...@alsurdelsur.com wrote: So, there will be no case of somebody passing the RUN-(NON)INTERACTIVE parameter to my script, will be ? If that is the case, why the pdb browser is showing as the first parameter to my scrypt the run-mode, isn't it

Re: [Gimp-developer] Run-Mode Enums

2008-12-19 Thread David Gowers
On Fri, Dec 19, 2008 at 10:39 PM, Pablo Yaggi pya...@alsurdelsur.com wrote: Script-fu has no special status, it's just an extension to gimp In fact, Gimp-Python has been the standard recommended language interface for quite a while now. Will it be deprecated some time soon ? No, Script-Fu

Re: [Gimp-developer] Guides in templates

2008-12-28 Thread David Gowers
Hi, On Mon, Dec 29, 2008 at 8:23 AM, Sven Neumann s...@gimp.org wrote: Hi, On Sun, 2008-12-28 at 19:25 +, Chris Mohler wrote: With a recent SVN I created a new image, added guides, and saved it as a template. However when I create a new image and select the template, the guides are no

Re: [Gimp-developer] is this option hidden somewhere, or it is not implemented ? (related to dock windows)

2009-01-06 Thread David Gowers
On Wed, Jan 7, 2009 at 4:23 AM, Cristian Secară or...@secarica.ro wrote: During the translation process I came across this tooltip: === When enabled, dock windows (the toolbox and palettes) are set to be transient to the active image window. Most window managers will keep the dock windows

Re: [Gimp-developer] is this option hidden somewhere, or it is not implemented ? (related to dock windows)

2009-01-07 Thread David Gowers
On Wed, Jan 7, 2009 at 8:01 PM, Cristian Secară or...@secarica.ro wrote: On Wed, 07 Jan 2009 08:15:23 +0100, Martin Nordholts wrote: Is this implemented ? yes, it is not hidden and it is implemented. the option associated with that is 'transient docks' (in the 'interface section of the

Re: [Gimp-developer] Artificial limitation to script fu ?

2009-01-12 Thread David Gowers
Hello, On Mon, Jan 12, 2009 at 11:22 PM, Alchemie fotografiche fotocom...@yahoo.it wrote: I believe there are some artificial limitation to the potential of script fu, derived by the exigence to categorize the scripts in 2 main categories: Previous toolbox-scripts that create a new imagine

[Gimp-developer] trivial string bug

2009-01-12 Thread David Gowers
As I was working on i18n, I noticed the following string bug in app/tools/gimpforegroundselecttool.c: status = _(Rougly outline the object to extract); So, here's a tiny patch that fixes it (attached). David. Index: app/tools/gimpforegroundselecttool.c

Re: [Gimp-developer] Quake/Half-Life texture wad support

2009-01-20 Thread David Gowers
On Wed, Jan 21, 2009 at 10:15 AM, Jonas Nicolaisen j.nicolai...@gmx.net wrote: Hi, I am a level designer creating Quake levels. This means I often have to work with textures. At the moment, I have to rely on obscure '90s software running via wine, which is suboptimal. There are more people

Re: [Gimp-developer] Advanced Interpolation

2009-01-24 Thread David Gowers
On Sat, Jan 24, 2009 at 2:48 PM, jungle agi...@cox.net wrote: Has anyone ever done any work implementing advanced interpolation schemes (NEDI or ICBI)? They provide much better results than the spatially invariant schemes present in GIMP. AFAIK no. I would probably be able to code up

Re: [Gimp-developer] Advanced Interpolation

2009-01-24 Thread David Gowers
On Sat, Jan 24, 2009 at 11:47 PM, David Gowers 00a...@gmail.com wrote: On Sat, Jan 24, 2009 at 2:48 PM, jungle agi...@cox.net wrote: Has anyone ever done any work implementing advanced interpolation schemes (NEDI or ICBI)? They provide much better results than the spatially invariant schemes

Re: [Gimp-developer] [Patch] Opening, color correcting and saving 16-bits-per-channel PNGs

2009-01-27 Thread David Gowers
Hi, On Tue, Jan 27, 2009 at 7:35 PM, Hal V. Engel hven...@astound.net wrote: On Sunday 25 January 2009 21:53:54 Martin Nordholts wrote: Just curious. Since GEGL has support for more high bit depth formats than just 16 bit int/channel how much more work would be needed to support a wider For

Re: [Gimp-developer] GPS - Gimp Paint Studio

2009-02-03 Thread David Gowers
Hi! On Wed, Feb 4, 2009 at 7:42 AM, jEsuSdA 8) lis...@jesusda.com wrote: Hello! Ramón Miranda has published his nice Gimp Paint Studio for Gimp. GPS is a set of brushes, presets and color palettes specifically made for digital painters. You could see information and download the GPS and

Re: [Gimp-developer] Silent profile embedding.

2009-02-06 Thread David Gowers
Hi!! On Sat, Feb 7, 2009 at 6:27 AM, Guillermo Espertino gespert...@gmail.com wrote: Hi. I don't know if this can be considered as a bug, but I'd like to discuss some potential issues in the color profile embedding strategy. Currently (correct me if I'm wrong) the procedure for images without

[Gimp-developer] bogus floating selection code?

2009-02-12 Thread David Gowers
I had just pasted a piece of image (copied from a layer without alpha, pasted back on to a layer without alpha) and, as I clicked to anchor it, GIMP crashed with this message: ERROR:gegl-node.c:1929:gegl_node_remove_child: assertion failed: (child_priv-parent == self || child_priv-parent == NULL)

Re: [Gimp-developer] efficient bilinear interpolation code

2009-02-25 Thread David Gowers
Hi! On Thu, Feb 26, 2009 at 8:40 AM, Tal ta...@inbox.com wrote: Hello, I'm very close to finishing code for efficient bilinear interpolation of transformed brushes (Bug 520078 – Rotate brushes http://bugzilla.gnome.org/show_bug.cgi?id=520078). I will post again soon when the code is

Re: [Gimp-developer] Behavior when saving a selection to channel

2009-03-06 Thread David Gowers
Hi!!! On Sat, Mar 7, 2009 at 10:16 AM, Rob Antonishen rob.antonis...@gmail.com wrote: I posted this as a bug, and was told by Sven Neumann the behaviour was intentional and to raise it here. Currently, when saving a selection to a channel, either using the UI or via the PDB, the active

Re: [Gimp-developer] save + export...

2009-03-08 Thread David Gowers
Hello, On Mon, Mar 9, 2009 at 10:09 AM, gg g...@catking.net wrote: there is a problem with this new attitude. Why does GIMP try to impose this you will work with xcf or die dictate? Because it has always been an XCF editor, not an anything else editor. Being able to modify images loaded from

Re: [Gimp-developer] SVG brushes

2009-03-12 Thread David Gowers
Hello, On Fri, Mar 13, 2009 at 10:09 AM, Sven Neumann s...@gimp.org wrote: Hi, On Wed, 2009-03-11 at 22:22 +0530, sumith pandilwar wrote: by adding support for svg files i would like to add the feature to import svg file and modify its properties like colour, fade out etc and use it like a

Re: [Gimp-developer] SVG brushes

2009-03-13 Thread David Gowers
Hello, On Fri, Mar 13, 2009 at 9:52 PM, Sven Neumann s...@gimp.org wrote: Hi, On Fri, 2009-03-13 at 15:50 +1030, David Gowers wrote: I think we would have to. At least, in my vision, where we want GIH/GBR to be eventually deprecated in preference of SVG. This would require 2 things

Re: [Gimp-developer] SVG brushes

2009-03-13 Thread David Gowers
Hello, On Fri, Mar 13, 2009 at 10:32 PM, Sven Neumann s...@gimp.org wrote: Hi, Do we need the full complexity of the current image hoses for this? Looks like a simple linear series of brushes could be sufficient. No and no respectively, IMO. Don't need full image-hose functionality for this;

Re: [Gimp-developer] Behavior when saving a selection to channel

2009-03-16 Thread David Gowers
Hello Rob, On Tue, Mar 17, 2009 at 11:25 AM, Rob Antonishen rob.antonis...@gmail.com wrote: I dug up a copy of this manula, and discovered a couple things after playing with channels in 2.6.4 and 2.6.1 on Ubuntu. In the instructions, it states: Open the Channels tab and create a new

Re: [Gimp-developer] Behavior when saving a selection to channel

2009-03-16 Thread David Gowers
On Tue, Mar 17, 2009 at 1:40 PM, Rob Antonishen rob.antonis...@gmail.com wrote: On Mon, Mar 16, 2009 at 10:15 PM, David Gowers wrote: Hello Rob, It seems you can no longer paste into a channel. In the latest SVN, you can. It is confusing that the floating layer shows up in the layers dialog

Re: [Gimp-developer] a good student UI project...

2009-03-26 Thread David Gowers
gradation map - nearly the same: map image points to positions in the gradient Yahvuu, you probably need to clarify: how is this different from Colors-Map-Gradient Map? On Thu, Mar 26, 2009 at 8:02 PM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On Thu, Mar 26, 2009 at 4:12

Re: [Gimp-developer] Gimp interface changes

2009-03-28 Thread David Gowers
Hello Nathael, On Sun, Mar 29, 2009 at 9:17 AM, Nathael Pajani g...@nathael.net wrote: Hi all,   It appears that your only problem is that things are changing. Sorry, but you   will have to get along with that. We are not going to stop ourselves from   changing the GIMP user interface to

Re: [Gimp-developer] Gimp interface changes

2009-03-29 Thread David Gowers
On Mon, Mar 30, 2009 at 9:00 AM, Nathael Pajani g...@nathael.net wrote: David Gowers a écrit : Hello Nathael, Hi ! Nice to have a constructive answer from time to time :) Removing customizability is best. I'm not kidding. Customizability is what happens when you can't figure out how

Re: [Gimp-developer] A very simple feature that would be very nice...

2009-03-30 Thread David Gowers
Hi Hadrian! On Mon, Mar 30, 2009 at 4:06 PM, Hadrien G. guydeloinb...@yahoo.fr wrote: Hi ! Playing with gimp lately, I've been thinking that it would be nice to be able to save the toolbox state (and maybe other things related to dockable window placement) in profiles. As an example, when

Re: [Gimp-developer] A very simple feature that would be very nice...

2009-03-30 Thread David Gowers
Hi Hadrien, On Tue, Mar 31, 2009 at 5:48 AM, Hadrien G. guydeloinb...@yahoo.fr wrote: = I'm currently using Microsoft Windows XP as my main OS. Would it help greatly to get some Linux distro back on my hard drive ? Yes, development is much easier on Linux. = How does one design the gimp UI ?

Re: [Gimp-developer] Gimp interface changes

2009-03-30 Thread David Gowers
On Tue, Mar 31, 2009 at 8:25 AM, Nathael Pajani g...@nathael.net wrote: Hi all! The number of lines of code has nothing to do with what is important. Gnome is a UI Window managers are UI GIMP is an Image Manipulation Program The User interface is here to allow access to it's capabilities as

Re: [Gimp-developer] GIMP performance

2009-04-01 Thread David Gowers
Hello Andrea! On Thu, Apr 2, 2009 at 1:57 AM, Andrea Olivotto and...@andreaolivotto.com wrote: Hi all, I'm a photo amateur, and I do like gimp. I posted some time ago some hints to make gimp more useful for photo retouch, and some have been done in 2.6. At this time, gimp seems to me that

Re: [Gimp-developer] New User's opinion

2009-04-11 Thread David Gowers
On Sun, Apr 12, 2009 at 5:11 AM, Mirai Warren the.future.comes...@gmail.com wrote: Ach.  Sorry, but my meaning was simply that an artist can create art with any tool.  mspaint was only an example. Looks like you have to make a tough choice to stop contradicting yourself :) I wasn't

Re: [Gimp-developer] About futures features

2009-04-16 Thread David Gowers
Hi, On Thu, Apr 16, 2009 at 8:07 PM, SHIRAKAWA Akira shirakawa.ak...@gmail.com wrote: On Wed, 15 Apr 2009 12:21:59 +0200, Eduardo Barijan eduwb.horizo...@gmail.com wrote: I was thinking this time about 3 new other features that Gimp could have: 1 - grouping layers by folder. This one

[Gimp-developer] GIMP development is now in GIT?

2009-04-20 Thread David Gowers
Hi, I was aware that migration of GNOME project version management to GIT was underway; however, I just noticed that the GIT version (@ git.gnome.org/cgit/gimp) was more up-to-date, having '* app/paint/gimppaintcore.[ch]: made GimpCoords* parameter of GimpPaintCore::start() const.' by

Re: [Gimp-developer] Reference on Opacity variations in merging modes

2009-04-24 Thread David Gowers
On Sat, Apr 25, 2009 at 12:05 AM, Alchemie foto\grafiche fotocom...@yahoo.it wrote: I found the algorithms of many merging mode BUT all the the formula there do not take opacity into account so as now the blending may be done only at 100% opacity (btw is for a blending filter , that  allow

Re: [Gimp-developer] Should we add the option to use brush dynamics from the PDB?

2009-04-26 Thread David Gowers
Hi LIMN, On Sun, Apr 26, 2009 at 7:07 PM, LightningIsMyName lightningismyn...@gmail.com wrote: Hello, Gimp 2.6 allows to use brush dynamics to control opacity, size, hard and color. These features greatly increase the drawing capabilities of gimp, and many users find them very useful.

Re: [Gimp-developer] Should we add the option to use brush dynamics from the PDB?

2009-04-26 Thread David Gowers
Hi Theodore, On Sun, Apr 26, 2009 at 8:00 PM, Theodore Imre blurym...@gmail.com wrote: gimp is not a good choise for digital painting because it doesnt have a blending tool. Paint tool sai in the respect is far superior because its brush engine is much more advanced for smooth blending Please

Re: [Gimp-developer] Background color property for GIMP images

2009-04-26 Thread David Gowers
Hello yahvuu, On Sun, Apr 26, 2009 at 9:31 PM, yahvuu yah...@gmail.com wrote: Hi all, peter sikking schrieb: I like the innovative nature of the idea. it would not be without a hint of irony if, after 40+ years of digital image processing, GIMP were the first to finally introduce the

Re: [Gimp-developer] Should we add the option to use brush dynamics from the PDB?

2009-04-26 Thread David Gowers
On Mon, Apr 27, 2009 at 4:42 AM, Rob Antonishen rob.antonis...@gmail.com wrote: Here is another question... Should the basic paint calls (I.e. Those with the description using current brush) that have no parameters just be changed to paint respecting all the current brush options, like

Re: [Gimp-developer] GIMP - Request for a feature - Animated GIF from a Video File.

2009-04-26 Thread David Gowers
Hello, On Mon, Apr 27, 2009 at 12:23 AM, Krishna Revuru krev...@hotmail.com wrote: GIMP-Dev-team, I was trying to create an animated GIF on a Linux-machine and after quite some google-ing I came across the below site

Re: [Gimp-developer] Background color property for GIMP images

2009-04-26 Thread David Gowers
On Mon, Apr 27, 2009 at 2:20 AM, yahvuu yah...@gmail.com wrote: Hi all, David Gowers schrieb: One bump I see is things like Cut and Float -- quite often I want them to fill the source area with a solid color rather than with transparency. When this doesn't happen, it's awkward (as the layer

Re: [Gimp-developer] Background color property for GIMP images

2009-04-27 Thread David Gowers
Hi saulgoode, On Tue, Apr 28, 2009 at 12:29 PM, saulgo...@flashingtwelve.brickfilms.com wrote: Perhaps I am misunderstanding this proposal, but the ramifications seem to be more confusing than the present method. And while I realize that GIMP does not make any guarantees about retaining the

Re: [Gimp-developer] Background color property for GIMP images

2009-04-28 Thread David Gowers
Hi saulgoode, On Tue, Apr 28, 2009 at 7:00 PM, saulgo...@flashingtwelve.brickfilms.com wrote: Quoting David Gowers 00a...@gmail.com: The eraser currently does change color values, in the case of layers without alpha (it's like using paintbrush or pencil with the background color). Yahvuu's

Re: [Gimp-developer] The old bugs in merging modes are fixed now?

2009-04-28 Thread David Gowers
On Wed, Apr 29, 2009 at 4:10 AM, Martin Nordholts ense...@gmail.com wrote: yahvuu wrote: Hi all, Alchemie foto\grafiche schrieb: The possibility to add CUSTOM layer modes [..] that sounds interesting. Just curious: i wonder how custom layer modes differ from filters that take a second

Re: [Gimp-developer] Background color property for GIMP images

2009-04-29 Thread David Gowers
Hello, On Wed, Apr 29, 2009 at 11:17 PM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On Wed, Apr 29, 2009 at 5:37 PM, peter sikking wrote: guys, here is sort of a review of what has been discussed here: To take this top-down: I can only see this change as an UI improvement if

Re: [Gimp-developer] Background color property for GIMP images

2009-04-29 Thread David Gowers
On Thu, Apr 30, 2009 at 12:49 AM, Filipe Soares Dilly fil...@gmail.com wrote: 2009/4/29 peter sikking pe...@mmiworks.net but some crucial things depend on the bg color. the gradient tool being the big show-stopper for me. the tool needs a redesign, but up to then the fg-bg type of

Re: [Gimp-developer] Background color property for GIMP images

2009-04-30 Thread David Gowers
Hi Jon! On Thu, Apr 30, 2009 at 4:35 PM, Jon Senior j...@restlesslemon.co.uk wrote: On Thu, 30 Apr 2009 11:01:08 +0930 David Gowers 00a...@gmail.com wrote: X could work almost unchanged (just, pressing X multiple times in quick succession would move back through the 5-slot color history

Re: [Gimp-developer] Background color property for GIMP images

2009-04-30 Thread David Gowers
On Thu, Apr 30, 2009 at 9:13 PM, yahvuu yah...@gmail.com wrote: Hi David, here's a mockup idea on your proposal; might or might not help to identify the current-previous color pair... just brainstorming. I hope you're not bothered i'm sending private mail - it's just i can't contribute

Re: [Gimp-developer] Background color property for GIMP images

2009-04-30 Thread David Gowers
On Thu, Apr 30, 2009 at 10:36 PM, Rob Antonishen rob.antonis...@gmail.com wrote: I just ran through my scripts. In the .scm files distributed with gimp, there were: 38 files containing gimp-context-set-foreground 65 files containing gimp-context-set-background The ones I have looked at,

Re: [Gimp-developer] Save + export spec essentials implemented

2009-05-07 Thread David Gowers
On Thu, May 7, 2009 at 7:54 AM, Martin Nordholts ense...@gmail.com wrote: Hi I have been working on implementing the Save + export spec [1] for a while. Since it will affect the workflow for basically everyone it would be nice with getting some testing and comments before we finalize, merge

Re: [Gimp-developer] Procedural call to undo?

2009-05-10 Thread David Gowers
On Sun, May 10, 2009 at 9:37 PM, David Hodson hods...@ozemail.com.au wrote: I can find the functions in the pdb to manipulate the undo stack - is there a function call that just does an undo? No. Although this might conceivably change in the future as GIMP integrates GEGL. David

Re: [Gimp-developer] Procedural call to undo?

2009-05-10 Thread David Gowers
Hi David, On Sun, May 10, 2009 at 10:34 PM, David Hodson hods...@ozemail.com.au wrote: On Sun, 2009-05-10 at 22:03 +0930, David Gowers wrote: On Sun, May 10, 2009 at 9:37 PM, David Hodson hods...@ozemail.com.au wrote: I can find the functions in the pdb to manipulate the undo stack

Re: [Gimp-developer] Procedural call to undo?

2009-05-12 Thread David Gowers
Hi, On Tue, May 12, 2009 at 6:48 PM, David Hodson hods...@ozemail.com.au wrote: On Mon, 2009-05-11 at 12:57 -0700, Stuart Axon wrote: Even if you don't have undo as such, it would be useful from  a scripting point of view to save checkpoints, which you could revert to within the script.

Re: [Gimp-developer] Please, Please Bring Back Old GIMP.

2009-05-25 Thread David Gowers
On Tue, May 26, 2009 at 9:00 AM, Sue for...@gimpusers.com wrote: Hi GIMP Developers, I am a longtime GIMP fan, and I am highly disappointed with the Version 6.6 UI.  One thing I have always enjoyed about this program is the fact it was not like Photoshop, because I could multitask with other

Re: [Gimp-developer] Please, Please Bring Back Old GIMP.

2009-05-25 Thread David Gowers
On Tue, May 26, 2009 at 9:41 AM, Sparr spa...@gmail.com wrote: I disagree with of course and naturally.  When I close [child/sub] windows[/tabs] in most applications, then reopen the [functionally] same window, I expect it to come back in the same state it was in when I closed it.  I regularly

Re: [Gimp-developer] enhancement for eraser/brush tools: resurrect erased/cleared

2009-05-26 Thread David Gowers
On Tue, May 26, 2009 at 4:52 PM, Alchemie foto\grafiche fotocom...@yahoo.it wrote: How does this differ from the current anti erase tool option (quickly enabled also by holding Alt key)? Maybe does not differ BUT there is a Problem  there is not any documentation in the help on a

Re: [Gimp-developer] [PATCH 1/4] Tile caching performance patches

2009-06-02 Thread David Gowers
I'd like to mention also that there are also some minor problems with whitespace i...@gbubuntu:~/st/gimp2/gimp$ git-am /tmp/0002*.patch Applying Add additional profiling to tile usage in order to analyze efficiency and behavior of the tile cache. Profiling includes run-time indication of idle

Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-06-16 Thread David Gowers
toolrc On Wed, Jun 17, 2009 at 11:00 AM, Jordan Stinsonjordan.stinso...@gmail.com wrote: Thanks for the quick response. It looks like this will get me closer to what i'm actually after. When I use this method to add the hue saturation tool to the toolbox, it persists after I close gimp and

Re: [Gimp-developer] New color mode

2009-06-28 Thread David Gowers
I'm pretty sure Emil refers to the Color drawing /layer mode and the way that it tends to 'burn out' colors -- the result of applying a colorization is often far more vivid than could reasonably be expected; Basically the same as the bug regarding improvement of Color mode cf. Photoshop. A few

Re: [Gimp-developer] What would be a better set of default resources?

2009-07-22 Thread David Gowers
2009/7/22 Fredrik Alströmer r...@excu.se On Wed, Jul 22, 2009 at 14:12, Alexandre Prokoudinealexandre.prokoud...@gmail.com wrote: On Tue, Jul 21, 2009 at 12:16 AM, Sven Neumann wrote: Easy enough, just unset the 'global-brush' property. I am not sure though if that would make a good

<    1   2   3   4   >