Re: [Gimp-developer] color deficit simulation filter

2007-11-12 Thread Giacomo Mazzocato
2007/11/10, Sven Neumann [EMAIL PROTECTED]: On Sat, 2007-11-10 at 19:25 +0100, Giacomo Mazzocato wrote: I've tried to reimplement it in another language I very much hope for you that you are respecting the license that this code has been published under. Your code is GPL, right? Now it's

Re: [Gimp-developer] 2.6 Roadmap

2007-11-12 Thread Henk Boom
On 10/11/2007, William Skaggs [EMAIL PROTECTED] wrote: One of the things that GIMP badly needs is a vectorial tool for drawing lines and arrows. This also would make sense as a first usable implementation of vector layers. Here is how I think it could be structured: Have you taken a look at

Re: [Gimp-developer] 2.6 roadmap items

2007-11-12 Thread Henk Boom
On 09/11/2007, Alexandre Prokoudine [EMAIL PROTECTED] wrote: Layers - vector layers (Henk Boom?) I would be glad to continue work on this if there are possibilities of it getting into the main branch in the near future. The only issue is that I would only be available to develop this starting

Re: [Gimp-developer] color deficit simulation filter

2007-11-12 Thread gg
On Mon, 12 Nov 2007 10:46:13 +0100, Giacomo Mazzocato [EMAIL PROTECTED] wrote: 2007/11/10, Sven Neumann [EMAIL PROTECTED]: On Sat, 2007-11-10 at 19:25 +0100, Giacomo Mazzocato wrote: I've tried to reimplement it in another language I very much hope for you that you are respecting the

Re: [Gimp-developer] problem (solved?) in gimp-plugin-template

2007-11-12 Thread Sven Neumann
Hi, On Sat, 2007-11-10 at 23:23 +, Carlo Baldassi wrote: In fact, the call to gimp_domain_register() was already present in the gimp-plugin-template: gimp_plugin_domain_register (PROCEDURE_NAME, LOCALEDIR); It returns success, but the menu entry is not translated. I

Re: [Gimp-developer] Feature request for a spot healing brush

2007-11-12 Thread Sven Neumann
Hi, On Sun, 2007-11-11 at 01:41 -0700, Joe Eagar wrote: Though I suppose suggesting it on IRC might be more appropriate then on the list. Is that what you meant? No, I only meant that filing enhancement requests for this is a waste of time unless more information can be provided. Sven

[Gimp-developer] GIMP depends on libcurl, but this is not documented

2007-11-12 Thread Jesper de Jong
Hello everybody, I'm a developer and I'm interested in contributing to GIMP. Developing software is my full-time job, mainly programming enterprise Java software. To get started with GIMP, I downloaded the source for version 2.4.1 and I'm trying to compile it on my Ubuntu 7.10 (32-bit) machine.

Re: [Gimp-developer] Enhancement - Diagonal line crop guide

2007-11-12 Thread Sven Neumann
Hi, On Tue, 2007-11-06 at 23:03 -0500, Tim Jedlicka wrote: I stumbled upon this link describing the use of the Diagonal (45 degree diagonal from each corner of an image) as the optimum crop guide (better than rule-of-thirds or golden rule). http://www.diagonaalmethode.nl/ I didn't find

Re: [Gimp-developer] 2.6 roadmap items

2007-11-12 Thread Sven Neumann
Hi, On Mon, 2007-11-12 at 08:29 -0500, Henk Boom wrote: - vector layers (Henk Boom?) I would be glad to continue work on this if there are possibilities of it getting into the main branch in the near future. The only issue is that I would only be available to develop this starting either

Re: [Gimp-developer] GIMP depends on libcurl, but this is not documented

2007-11-12 Thread Sven Neumann
Hi, On Mon, 2007-11-12 at 20:49 +0100, Jesper de Jong wrote: Is libcurl indeed required to compile GIMP? No, you don't need libcurl to compile GIMP. There is one plug-in, which is completely optional, and it uses either gnome-vfs, libcurl or wget. For a Linux system it is recommended to use

Re: [Gimp-developer] problem (solved?) in gimp-plugin-template

2007-11-12 Thread Michael Schumacher
Sven Neumann wrote: This should be: gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR); It is. main.c: gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR); HTH, Michael -- GIMP http://www.gimp.org | IRC: irc://irc.gimp.org/gimp Wiki http://wiki.gimp.org

Re: [Gimp-developer] GIMP depends on libcurl, but this is not documented

2007-11-12 Thread Martin Nordholts
Jesper de Jong wrote: Hello everybody, I'm a developer and I'm interested in contributing to GIMP. Developing software is my full-time job, mainly programming enterprise Java software. Thanks, I'm looking forward to contributing to GIMP. Jesper de Jong Hi Jesper Great news! Your

Re: [Gimp-developer] GIMP depends on libcurl, but this is not documented

2007-11-12 Thread Martin Nordholts
Hi Jesper Great news! Your contributions will be very appreciated, I'm sure. To get started with the GIMP source code you should first read up on GObject [1], the object framework GIMP is based on. This library is used for OO-ness in GIMP (and great deal of other GNOME projects too for

Re: [Gimp-developer] problem (solved?) in gimp-plugin-template

2007-11-12 Thread Carlo Baldassi
Hi, This should be: gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR); It is. main.c: gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR); Is there a more recent version of the plug-in-template I don't know of? I only found the one at

Re: [Gimp-developer] 2.6 roadmap items

2007-11-12 Thread peter sikking
Sven Neumann wrote: On Mon, 2007-11-12 at 08:29 -0500, Henk Boom wrote: - vector layers (Henk Boom?) I would be glad to continue work on this Before we add this, we should get some feedback from the UI team. Well, this topic is not so clear cut. There are many factors: - the relationship

Re: [Gimp-developer] problem (solved?) in gimp-plugin-template

2007-11-12 Thread Carlo Baldassi
It is. gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR); Ooops, sorry, I didn't notice there was an SVN version of the template. It's the link on the sidebar of developer.gimp.org which points to the buggy version. Still, about the other bug, even with the SVN version the help file

Re: [Gimp-developer] problem (solved?) in gimp-plugin-template

2007-11-12 Thread Sven Neumann
Hi, On Mon, 2007-11-12 at 21:49 +, Carlo Baldassi wrote: Ooops, sorry, I didn't notice there was an SVN version of the template. It's the link on the sidebar of developer.gimp.org which points to the buggy version. We will release a fixed version of the plug-in template at some point in

Re: [Gimp-developer] 2.6 roadmap items

2007-11-12 Thread William Skaggs
From: peter sikking [EMAIL PROTECTED] Well, this topic is not so clear cut. There are many factors: - the relationship with vector apps, especially inkscape. we saw during the user scenario weekend that live update of linked-in svgs as they are saved by inkscape would fit a symbiosis

[Gimp-developer] Resizing GIF animation: BUG/Feature request

2007-11-12 Thread Charly
Hello,I do not know whether this is a BUG or perhaps should be a feature request. Usually the GIMP does a good job resizing images, but not with this GIF animation: http://pixloads.com/public/pview/45183/halloween31.gif When I scale it down using Image-Scale some ugly black dots get visible.

[Gimp-developer] Resizing GIF animation: BUG/Feature request (repost)

2007-11-12 Thread Charly
Hello, I do not know whether this is a BUG or perhaps should be a feature request. Usually the GIMP does a good job resizing images, but not with the following GIF animation: http://pixloads.com/public/pview/45183/halloween31.gif When I scale it down using Image-Scale some ugly black dots get

Re: [Gimp-developer] Resizing GIF animation: BUG/Feature request (repost)

2007-11-12 Thread saulgoode
Usually the GIMP does a good job resizing images, but not with the following GIF animation: http://pixloads.com/public/pview/45183/halloween31.gif When I scale it down using Image-Scale some ugly black dots get visible. This happens with GIMP 2.4 windows binary. Also on GIMP 2.2.13 under

Re: [Gimp-developer] 2.6 roadmap items

2007-11-12 Thread Henk Boom
On 12/11/2007, peter sikking [EMAIL PROTECTED] wrote: Well, this topic is not so clear cut. There are many factors: - the relationship with vector apps, especially inkscape. we saw during the user scenario weekend that live update of linked-in svgs as they are saved by inkscape would

Re: [Gimp-developer] Compiling plugin for windows

2007-11-12 Thread Tor Lillqvist
Hi all. I had develop a couple of plug-in and I need to compile it for windows... Can anyone can tell me how? First tell us how you compiled it on Linux, and what kind of experience, if any, you have of development on Windows, and what tools, if any, you already have for that. (ILike, have you