Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-02 Thread Alexandre Prokoudine
On 3/2/11, Michael Grosberg wrote: Adjustment layers = per-pixel value change (hue, levels, etc - stuff from the colors menu) Such layers have a mask and adjustment properties but no actual color content. Filter layers = real-time application of filters (sharpen, blur, distort) that changes

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-02 Thread Kevin Cozens
Martin Nordholts wrote: I've changed Adjustment layers to 'Layer filters' for now, and added Layer effects. Ideas for better names are welcomed. Most of the effect plug-ins are under a Filters menu so using Layer filters makes a certain amount of sense.

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-02 Thread Bill Skaggs
The term layer effects should be used carefully. PhotoShop uses it for a set of modifications that can be applied nondestructively to a layer, including blurring, color adjustments, and a limited number of other specific things. -- Bill ___

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-02 Thread Liam R E Quin
On Wed, 2011-03-02 at 07:14 +, Michael Grosberg wrote: Chris Mohler cr33dog at gmail.com writes: When you start messing around with perspective transform and you drag corner points every which way, scale and rotate numbers become meaningless. So, Precise numbers are not that useful for a

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-03-02 Thread Bill Skaggs
On Tue, Mar 1, 2011 at 1:52 PM, LightningIsMyName lightningismyn...@gmail.com wrote: Hello, The nearly finalised project list for GSoC 2011 is available at the wiki: http://gimp-wiki.who.ee/index.php/Hacking:GSoC_2011/Ideas Users who have a comment on the list should raise it now. The

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-03-02 Thread Bill Skaggs
For some reason my text disappeared when I hit send for the previous message -- sorry! Here is what I wrote: It is very important to make sure that each project in the list has a developer who is prepared to sign up to mentor it. There are two reasons for this. First, because it is a waste of

[Gimp-developer] Porting GIMP plugins to GEGL operations

2011-03-02 Thread Andreas Plath
Hello all, Porting GIMP plugins to GEGL operations There are many many GIMP plugins that would need eventually to be converted to GEGL operations, if we want to use them in future versions of GIMP. Though I'm not a student, I've been meaning to give something back to the Gimp Project for

Re: [Gimp-developer] Porting GIMP plugins to GEGL operations

2011-03-02 Thread Tobias Jakobs
On Wed, Mar 2, 2011 at 20:03, Andreas Plath apl...@gmail.com wrote: Though I'm not a student, I've been meaning to give something back to the Gimp Project for sometime now. The idea above strikes me as a good place to start, though I might be wrong ... am I? :-) If not, I'd need a few pointers

Re: [Gimp-developer] Porting GIMP plugins to GEGL operations

2011-03-02 Thread Alexandre Prokoudine
On 3/2/11, Andreas Plath wrote: 1) Looking in the GIMP and GEGL dev sites, I found a list of library dependencies for GEGL but not one for GIMP. I haven't downloaded the source yet, so perhaps there's such a list in there. If not, where can I find it? My computer runs a vanilla Ubuntu 10.04

Re: [Gimp-developer] GIMP won't quit

2011-03-02 Thread Graeme Gill
jcup...@gmail.com wrote: Yes, but if they are tagged as CLI .exes (which they will be if you can run them from the command-line and the CLI blocks until they exit) when you run them from the Windows shell by double-clicking an icon you will get an annoying extra console window linked to

Re: [Gimp-developer] Porting GIMP plugins to GEGL operations

2011-03-02 Thread Carol Spears
On Wed, Mar 02, 2011 at 04:03:42PM -0300, Andreas Plath wrote: Hello all, Porting GIMP plugins to GEGL operations There are many many GIMP plugins that would need eventually to be converted to GEGL operations, if we want to use them in future versions of GIMP. 1) Looking in the

[Gimp-developer] Adding a layer mode

2011-03-02 Thread Jörn P. Meier
Hi, I would like to implement the following layer mode in the GIMP: 1) Transform destination and source pixels to HSL space. 2) Note original destination pixel saturation. 3) Set luminance component of destination pixel to luminance component of source pixel. 4) Transform destination to HSV

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-02 Thread Chris Mohler
On Wed, Mar 2, 2011 at 1:14 AM, Michael Grosberg grosberg.mich...@gmail.com wrote: I'm a little uneasy at the moment about the ban working with numbers for transformations comment. It would be nice (IMO) to have a dockable that displays the numbers of the transform tool's current selection

Re: [Gimp-developer] Adding a layer mode

2011-03-02 Thread Joao S. O. Bueno
On Wed, Mar 2, 2011 at 10:00 PM, Jörn P. Meier li...@netgods.de wrote: Hi, I would like to implement the following layer mode in the GIMP: 1) Transform destination and source pixels to HSL space. 2) Note original destination pixel saturation. 3) Set luminance component of destination pixel

Re: [Gimp-developer] Adding a layer mode

2011-03-02 Thread Martin Nordholts
On 03/03/2011 02:00 AM, Jörn P. Meier wrote: Hi, I would like to implement the following layer mode in the GIMP: 1) Transform destination and source pixels to HSL space. 2) Note original destination pixel saturation. 3) Set luminance component of destination pixel to luminance component

Re: [Gimp-developer] Porting GIMP plugins to GEGL operations

2011-03-02 Thread Bill Skaggs
Let me start by noting that although I was once pretty familiar with the Gimp code, I haven't looked at it in a couple of years. That being said, this discussion is not making sense to me. Plug-ins do not access Gimp core functionality directly, they use an interface library known as libgimp.

Re: [Gimp-developer] Porting GIMP plugins to GEGL operations

2011-03-02 Thread Martin Nordholts
On 03/03/2011 07:21 AM, Bill Skaggs wrote: Let me start by noting that although I was once pretty familiar with the Gimp code, I haven't looked at it in a couple of years. That being said, this discussion is not making sense to me. Plug-ins do not access Gimp core functionality directly,

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Michael Grosberg
Martin Nordholts enselic at gmail.com writes: On the developer meeting I got an action to create a draft of a roadmap. It can be found here: http://gimp-wiki.who.ee/index.php/GIMP_Roadmap It has has a list of features we prioritize, as well as a list of at what GIMP release we expect

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Alexandre Prokoudine
On 3/1/11, Michael Grosberg wrote: I also have a couple of suggestions for things to put on the roadmap: * change the floating selection behavior so that float and un-float can be automatic and not need user's explicit input. Wasn't it supposed to be done in 2.8 actually? Floating

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Łukasz Czerwiński
On Tue, Mar 1, 2011 at 16:16, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On 3/1/11, Michael Grosberg wrote: I also have a couple of suggestions for things to put on the roadmap: * change the floating selection behavior so that float and un-float can be automatic and

Re: [Gimp-developer] GIMP won't quit

2011-03-01 Thread jcupitt
On 1 March 2011 05:00, Roger Penn roger.p...@gmail.com wrote: work out all the how's and so-forth, but for now if anyone knows the inner workings of gimp-quit or why calling gimp.exe from the command line forks two gimp processes I'd sure be grateful for some insight. Thanks. I might be able

Re: [Gimp-developer] GIMP won't quit

2011-03-01 Thread jcupitt
On 1 March 2011 16:42, jcup...@gmail.com wrote: So it sounds to me, though I've not checked and this is just a guess, that the Windows wrapper .exe is not terminating correctly in the new gimp. Also, this is from memory of looking into this a few years ago, I've probably messed up the

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Martin Nordholts
On 03/01/2011 03:23 PM, Michael Grosberg wrote: Congrats! this is a much-needed step. Can I ask what non-destructive editing is? According to Adobe, this includes: * Color adjustment layers (such as levels, hue/saturation, threshold, etc) * filter layers (such as blur, sharpen, emboss, etc)

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Kevin Cozens
* unified transform tool (I remember seeing plans for that last item on Peter sikking's Blog) http://gui.gimp.org/index.php/Transformation_tool_specification You will probably be nicely surprised :) Definitely surprised. It looks interesting. A different icon than the small circle for the

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-03-01 Thread LightningIsMyName
Hello, The nearly finalised project list for GSoC 2011 is available at the wiki: http://gimp-wiki.who.ee/index.php/Hacking:GSoC_2011/Ideas Users who have a comment on the list should raise it now. The ideas list was divided in to two parts, as discussed on IRC. Developers who wish to make small

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-03-01 Thread Kevin Cozens
LightningIsMyName wrote: Users who have a comment on the list should raise it now. I did mention one possible GSoC idea was a rewrite of gimp-perl. The binding seems to be a bit of a mess and could stand some clean up. I may squeeze in a bit more time to make sure it at least works with 2.6

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Chris Mohler
On Tue, Mar 1, 2011 at 3:46 PM, Kevin Cozens ke...@ve3syb.ca wrote: I'm a little uneasy at the moment about the ban working with numbers for transformations comment. It would be nice (IMO) to have a dockable that displays the numbers of the transform tool's current selection and transform, and

Re: [Gimp-developer] GIMP won't quit

2011-03-01 Thread Kevin Cozens
jcup...@gmail.com wrote: I might be able to help a little on the forks-two-processes thing. My app does this as well, because Windows distinguishes between command-line and GUI .exes. Could you have Windows start GIMP as a GUI program but pass -i to GIMP to stop it from opening up its

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Bogdan Szczurek
I'm a little uneasy at the moment about the ban working with numbers for transformations comment. It would be nice (IMO) to have a dockable that displays the numbers of the transform tool's current selection and transform, and also applies numerical input to the transform tool.

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-03-01 Thread Bogdan Szczurek
Users who have a comment on the list should raise it now. The ideas list was divided in to two parts, as discussed on IRC. Developers who wish to make small corrections should feel free to do so, but please do not move projects between the lists / add/remove projects or do any other major

Re: [Gimp-developer] GIMP won't quit

2011-03-01 Thread Roger Penn
Your mention of a wrapper made me wonder, what? where? I don't believe there was any such thing in the GIMP 2.0. So I looked in the bin directory and lo and behold! gimp-console-2.6.exe. Apparently now there are separate executables for GUI and console use. Either there weren't before, or the

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread GSR - FR
Hi, ense...@gmail.com (2011-03-01 at 2214.48 +0100): Thanks, I've added your items as well as mapped features into GIMP releases up to GIMP 3.8. (I implicitly include both 'color adjustment layers' and 'filter layers' under Adjustment layers.): http://gimp-wiki.who.ee/index.php/GIMP_Roadmap

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Martin Nordholts
On 03/02/2011 04:33 AM, GSR - FR wrote: Hi, ense...@gmail.com (2011-03-01 at 2214.48 +0100): Thanks, I've added your items as well as mapped features into GIMP releases up to GIMP 3.8. (I implicitly include both 'color adjustment layers' and 'filter layers' under Adjustment layers.):

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-03-01 Thread Alexander Rabtchevich
I can remember there was an intention to rewrite iwarp plug-in as a tool... Kevin Cozens wrote: LightningIsMyName wrote: Users who have a comment on the list should raise it now. I did mention one possible GSoC idea was a rewrite of gimp-perl. The binding seems to be a bit of a mess and could

Re: [Gimp-developer] GIMP Roadmap - wiki page

2011-03-01 Thread Michael Grosberg
Chris Mohler cr33dog at gmail.com writes: On Tue, Mar 1, 2011 at 3:46 PM, Kevin Cozens kevin at ve3syb.ca wrote: I'm a little uneasy at the moment about the ban working with numbers for transformations comment. It would be nice (IMO) to have a dockable that displays the numbers of the

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-03-01 Thread Tobias Jakobs
On Tue, Mar 1, 2011 at 22:52, LightningIsMyName lightningismyn...@gmail.com wrote: Users who have a comment on the list should raise it now. Sven had some time ago the idea of a PDB to D-Bus bridge. Wouldn't that a nice GSoC project? Regards, Tobias

Re: [Gimp-developer] GIMP developer meeting

2011-02-28 Thread LightningIsMyName
Hi, On Mon, Feb 28, 2011 at 8:40 AM, Akkana Peck akk...@shallowsky.com wrote: Any chance you can keep a log of the meeting? I'd love to know what happens, but I'll be traveling then. Thanks! ...Akkana I'll suggest public logging at the begining of the meeting (since we shouldn't log

Re: [Gimp-developer] GIMP developer meeting

2011-02-28 Thread Alexia Death
On Mon, Feb 28, 2011 at 11:49 AM, LightningIsMyName lightningismyn...@gmail.com wrote: Added to the the agenda - mine was just a partial suggestion :) I'll try to update my blog post with a public agenda (http://lightningismyname.blogspot.com/2011/02/gimp-developer-meeting.html), and I'll

Re: [Gimp-developer] GIMP developer meeting

2011-02-28 Thread Kevin Cozens
LightningIsMyName wrote: said on IRC that she can't point a domain at that adress so we really should get wiki.gimp.org running or pay for some web server with the GIMP funds. We can discuss this more at todays meeting. I would like to know what the problem is with having wiki.gimp.org. GIMP

Re: [Gimp-developer] GIMP developer meeting

2011-02-28 Thread Alexia Death
On Mon, Feb 28, 2011 at 7:23 PM, Kevin Cozens ke...@ve3syb.ca wrote: LightningIsMyName wrote: said on IRC that she can't point a domain at that adress so we really should get wiki.gimp.org running or pay for some web server with the GIMP funds. We can discuss this more at todays meeting. I

Re: [Gimp-developer] Color circles (Thank you.)

2011-02-28 Thread Akkana Peck
Patrick Horgan writes: I'm sitting here whipping out a picture of a RGB Venn diagram with text labels with a recent pull from trunk in single window mode. [ ... ] p.s. http://dbp-consulting.com/RGBVenn.png p.p.s The venn diagram is done with 5 layers. Top to bottom: I agree -- it's great

Re: [Gimp-developer] GIMP developer meeting

2011-02-28 Thread Sven Neumann
On Mon, 2011-02-28 at 19:38 +0200, Alexia Death wrote: On Mon, Feb 28, 2011 at 7:23 PM, Kevin Cozens ke...@ve3syb.ca wrote: LightningIsMyName wrote: said on IRC that she can't point a domain at that adress so we really should get wiki.gimp.org running or pay for some web server with the

Re: [Gimp-developer] Pencil Tool

2011-02-28 Thread Sven Neumann
On Sat, 2011-02-26 at 20:36 +0100, Bogdan Szczurek wrote: I've begun working on GIMP documentation so GIMP is on my mind a lot lately. So, I have a suggestion - remove the pencil tool, and instead, add a checkbox to the brush tool with an antialiased label. I'd go even further with

Re: [Gimp-developer] GIMP developer meeting

2011-02-28 Thread Omari Stephens
This is happening now in #gimp-development --xsdg Sven Neumann s...@gimp.org escribió: On Mon, 2011-02-28 at 19:38 +0200, Alexia Death wrote: On Mon, Feb 28, 2011 at 7:23 PM, Kevin Cozens ke...@ve3syb.ca wrote: LightningIsMyName wrote: said on IRC that she can't point a domain at that

Re: [Gimp-developer] GIMP developer meeting

2011-02-28 Thread Martin Nordholts
On 02/28/2011 07:02 PM, Sven Neumann wrote: On Mon, 2011-02-28 at 19:38 +0200, Alexia Death wrote: Wiki needs an admin that cares, a database and php installed on the server. AFAIK there is no gimp host that meets all those requirements, specially the admin part. Well, the machine that hosts

Re: [Gimp-developer] GIMP developer meeting

2011-02-28 Thread LightningIsMyName
Hello, The first meeting took place and it seems to be a success :) The agenda, decided actions and log can be found on the soon-to-be-official wiki at http://gimp-wiki.who.ee/index.php/Hacking:Dev_Meeting_28_Feb_2011 A summary of the decided actions: 1. schumaml and LightningIsMyName fix wgo?

[Gimp-developer] color tools presets management

2011-02-28 Thread Alexandre Prokoudine
Hi, Here are some notes on managements of color tools presets. I'm not really sure which of them are acknowledged, so off they go anyway. First of all, named presets are very cool. I *love* 'em. But there are some issues. 1. As soon as you select a named preset, changes are applied, but the

Re: [Gimp-developer] GIMP won't quit

2011-02-28 Thread Roger Penn
Thanks for the suggestion. It sounds like that is the best solution. However, not being a programmer myself and not even having the python script they mention (running on Windoze we just download the pre-compiled binaries) I wouldn't have the first clue how to implement a script-fu server in the

[Gimp-developer] GIMP Roadmap - wiki page

2011-02-28 Thread Martin Nordholts
On the developer meeting I got an action to create a draft of a roadmap. It can be found here: http://gimp-wiki.who.ee/index.php/GIMP_Roadmap It has has a list of features we prioritize, as well as a list of at what GIMP release we expect features to be available. It is quite influenced by my

Re: [Gimp-developer] GIMP won't quit

2011-02-27 Thread Sven Neumann
On Sun, 2011-02-27 at 01:27 +0200, Aurimas Juška wrote: Hi, On Sun, Feb 27, 2011 at 12:15 AM, Roger Penn roger.p...@gmail.com wrote: I'm using the GIMP to create custom graphics on the fly for a CMS by calling the script from the web page through ASP.NET. For what you want to do,

[Gimp-developer] GIMP developer meeting

2011-02-27 Thread LightningIsMyName
Hello, After the slow development that I and some other developers feel, because of lack of plans, we decided to try and schedule a planned IRC meeting. Today (February 28, 2011), at 10pm CET (for time zone conversions, see

Re: [Gimp-developer] GIMP developer meeting

2011-02-27 Thread LightningIsMyName
Hi On Mon, Feb 28, 2011 at 1:16 AM, Joao S. O. Bueno gwid...@mpc.com.br wrote: SOrry pal -- this time table does not list CET time. Can you tell me it in the difference to GMT? The time table shows that hour in many cities, and CET stands for centeral europe timezone :) It's GMT+1

[Gimp-developer] Thank you.

2011-02-27 Thread Patrick Horgan
I'm sitting here whipping out a picture of a RGB Venn diagram with text labels with a recent pull from trunk in single window mode. I've loved and used GIMP for years (although I'm not a power user). There have always been things I loved and things that I didn't love quite so much. For the

Re: [Gimp-developer] GIMP developer meeting

2011-02-27 Thread Martin Nordholts
On 02/28/2011 12:07 AM, LightningIsMyName wrote: Hello, Today (February 28, 2011), at 10pm CET (for time zone conversions, see http://www.timeanddate.com/worldclock/fixedtime.html?month=2day=28year=2011hour=22min=0sec=0p1=48 ) a meeting of GIMP developers is scheduled on the GIMP developer

Re: [Gimp-developer] Development environment

2011-02-26 Thread Malix0
Many thanks to Martin that send his configuration. I send a request to Alexia Death for a wiki account. If I get that I will put those information here http://gimp-wiki.who.ee http://gimp-wiki.who.ee/ where I see already exists details about Netbeans. Someone else has different configuration?

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-26 Thread Bogdan Szczurek
And let me throw in another thing. It's been in my head for some time but now I think it's good to show it to the world. Just in the matter of shear curiosity: I'd like to see some conceptual work/code/working example/whatever about automatically configurable grid processing. It may be

[Gimp-developer] Pencil Tool

2011-02-26 Thread Michael Grosberg
I've begun working on GIMP documentation so GIMP is on my mind a lot lately. So, I have a suggestion - remove the pencil tool, and instead, add a checkbox to the brush tool with an antialiased label. My reasoning is that for a new user, the difference between brush and pencil is not evident from

Re: [Gimp-developer] Pencil Tool

2011-02-26 Thread Ofnuts
On 02/26/2011 07:40 PM, Michael Grosberg wrote: I've begun working on GIMP documentation so GIMP is on my mind a lot lately. So, I have a suggestion - remove the pencil tool, and instead, add a checkbox to the brush tool with an antialiased label. My reasoning is that for a new user, the

Re: [Gimp-developer] Pencil Tool

2011-02-26 Thread Bogdan Szczurek
I've begun working on GIMP documentation so GIMP is on my mind a lot lately. So, I have a suggestion - remove the pencil tool, and instead, add a checkbox to the brush tool with an antialiased label. I'd go even further with that: make “antialiased” one of specific brush settings, not the

Re: [Gimp-developer] Pencil Tool

2011-02-26 Thread Liam R E Quin
On Sat, 2011-02-26 at 19:57 +0100, Ofnuts wrote: If you have a tablet, you can switch tools by reversing the stylus. It's meant for brush vs eraser, but someone must be using that for brush vs pencil :-) There's no reason I can see that pencil couldn't just be a predefined tool preset for

[Gimp-developer] GIMP won't quit

2011-02-26 Thread Roger Penn
Hey all, I know this is more of a user question, but I don't think I'm going to find anyone that's going to be able to answer it other than here. I'm using the GIMP to create custom graphics on the fly for a CMS by calling the script from the web page through ASP.NET. Now, I wouldn't blame

Re: [Gimp-developer] GIMP won't quit

2011-02-26 Thread Aurimas Juška
Hi, On Sun, Feb 27, 2011 at 12:15 AM, Roger Penn roger.p...@gmail.com wrote: I'm using the GIMP to create custom graphics on the fly for a CMS by calling the script from the web page through ASP.NET. For what you want to do, Script-fu server should be the best option. See

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-25 Thread Øyvind Kolås
On Fri, Feb 25, 2011 at 1:30 AM, Bogdan Szczurek thebod...@gmail.com wrote: And let me throw in another thing. It's been in my head for some time but now I think it's good to show it to the world. Just in the matter of shear curiosity: I'd like to see some conceptual work/code/working

Re: [Gimp-developer] Script baffling

2011-02-25 Thread Roger Penn
Thanks very much folks. I discovered this by accident when I couldn't figure out why the gimp-hue-saturation wasn't working, and I wasn't sure why moving that fixed it, just that it did. I just wish I knew scheme better, but this kind of getting my fingernails dirty is sure helping! Again, thanks

[Gimp-developer] Convite pessoal de Emilio Fernandes

2011-02-24 Thread Emilio Fernandes
Se você não conhece Emilio Fernandes, ignore esta mensagem de email. Se você não pode clicar nos links, clique em « Mostrar conteúdo » e tente novamente. Olá, Finalmente, um sistema inteligente e simples para gerenciar seus contatos! Com UNYK, eu reuni todos os meus contatos num mesmo

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-24 Thread Bogdan Szczurek
Great thing to bring this up! cut Implement the free transform tool For exact specifications, see: http://gui.gimp.org/index.php/Transformation_tool_specification Oh yeah, thumbs up for that! :) cut Replace the GimpSizeEntry widget Right now both the code and the UI is a mess. The

[Gimp-developer] Script baffling

2011-02-24 Thread Roger Penn
Folks, I am at my wit's end. The included script worked just fine before upgrading from 2.2 to 2.6. I've been all through the migration guide, etc. and can't figure out why this script that has always worked fine, now suddenly returns error: Procedure execution of gimp-image-convert-indexed

Re: [Gimp-developer] Script baffling

2011-02-24 Thread Kevin Cozens
Roger Penn wrote: The included script worked just fine before upgrading from 2.2 to 2.6. I've [snip] (define (BulletinBoard_Blue_Header inText inFilename) (let* ( (drawable -1) (text inText) (filename inFilename) (gimp-context-set-foreground '(41 11 169)) (img (car

Re: [Gimp-developer] Script baffling

2011-02-24 Thread saulgoode
Quoting Kevin Cozens ke...@ve3syb.ca: Roger Penn wrote: The included script worked just fine before upgrading from 2.2 to 2.6. I've [snip] (define (BulletinBoard_Blue_Header inText inFilename) (let* ( (drawable -1) (text inText) (filename inFilename)

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-23 Thread Carol Spears
On Tue, Feb 22, 2011 at 11:31:40PM -0500, Liam R E Quin wrote: On Tue, 2011-02-22 at 23:22 -0500, Kevin Cozens wrote: Liam R E Quin wrote: What would it take to provide this as an online service, for people with existing scripts? It wouldn't take much to put it online. [...] It

Re: [Gimp-developer] Source code for pre-1.0 versions of GIMP

2011-02-23 Thread Kevin Cozens
Carol Spears wrote: i would really really like to have some gimp source from between gimp-0.60 and gimp-0.9 -- if anyone has kept something like that around. You will have to do a bit of digging to find anything between those two releases. Old versions of GIMP source are available via GIMP's

[Gimp-developer] Development environment

2011-02-23 Thread Malix0
Hi, which development environmento do you use for Gimp? Do You use an IDE or just vi or emacs? I like to know which is the best way to start with Gimp development. I think that fot the beginners an IDE will be helpful, but expert programmers tend to use just an advanced editor. For example

Re: [Gimp-developer] Development environment

2011-02-23 Thread Malix0
What you think about a questionnaire? I try to write a draft, please add to this draft whatever you think is relevant. -- QUESTIONNAIRE START -- Q: What is the tool that you use for Gimp development (ex: Vim, Emacs, Eclipse, Anjuta, ...) ? A: Q: Your

Re: [Gimp-developer] Development environment

2011-02-23 Thread Martin Nordholts
Tool: Emacs + https://github.com/Enselic/enselic-home/tree/master/elisp Direct compilation: Yes, with M-x compile and M-x flymake-mode Code completion: Kind of, Emacs supports tab-completion for symbols in all buffers, so if I have the relevant headers open, I have tab-completion for e.g. all

[Gimp-developer] [PATCH] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Nelson A. de Oliveira
Hi! While running the camouflage pattern plugin I saw an error: = Error while executing script-fu-camo-pattern: Error: ( : 1) Invalid number of arguments for gimp-image-insert-layer (expected 4 but received 3) = The attached patch fix this (and also fix the usage of some deprecated

Re: [Gimp-developer] [PATCH] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Carol Spears
On Tue, Feb 22, 2011 at 11:47:58AM +, Nelson A. de Oliveira wrote: Hi! While running the camouflage pattern plugin I saw an error: = Error while executing script-fu-camo-pattern: Error: ( : 1) Invalid number of arguments for gimp-image-insert-layer (expected 4 but received 3)

Re: [Gimp-developer] [PATCH] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Nelson A. de Oliveira
Hi! On Tue, Feb 22, 2011 at 12:25 PM, Carol Spears ca...@gimp.org wrote: circuit.scm was repaired very recently (38 hours ago) in GIMP's git tree: http://git.gnome.org/browse/gimp/commit/?id=b19645db4954a8fc8db83817dc7cd2e45e840efb along with a few others. I saw it! :-) My patch only

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Kevin Cozens
Nelson A. de Oliveira wrote: While running the camouflage pattern plugin I saw an error: Thank you Nelson (and Carol) for the reports and patches regarding Script-Fu scripts. The GIMP API has been undergoing some big changes in this development cycle and the Script-Fu scripts have not fully

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Liam R E Quin
On Tue, 2011-02-22 at 16:50 -0500, Kevin Cozens wrote: Until now, updating the scripts can usually be done in about 15 minutes starting from the running of GIMP to get a current dump of the PDB (if there are no other unusual changes). What would it take to provide this as an online service,

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Carol Spears
On Tue, Feb 22, 2011 at 04:50:14PM -0500, Kevin Cozens wrote: Nelson A. de Oliveira wrote: While running the camouflage pattern plugin I saw an error: I usually do much of the work to update Script-Fu scripts to the latest API as I have a Perl based script that automates the update

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Kevin Cozens
Liam R E Quin wrote: What would it take to provide this as an online service, for people with existing scripts? It wouldn't take much to put it online. A webpage where the original script can be pasted and a webserver that can run Perl scripts. It won't be able to update for all scripts as

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Liam R E Quin
On Tue, 2011-02-22 at 23:22 -0500, Kevin Cozens wrote: Liam R E Quin wrote: What would it take to provide this as an online service, for people with existing scripts? It wouldn't take much to put it online. [...] It won't be able to update for all scripts Hmm, maybe we should consider

[Gimp-developer] GIT access no longer working

2011-02-21 Thread Ofnuts
My local copy of the Gimp code used to be updatable by issuing a git update in the root directory.. This no longer work and I get: fatal: read error: Connection reset by peer -- My .git/config: core] repositoryformatversion = 0 filemode =

Re: [Gimp-developer] GIT access no longer working

2011-02-21 Thread LightningIsMyName
Hi, On Mon, Feb 21, 2011 at 4:33 PM, Ofnuts ofn...@laposte.net wrote: My local copy of the Gimp code used to be updatable by issuing a git update in the root directory.. This no longer work and I get: ... I'm not too familiar with Git. Am I doing something wrong? Or has something changed

Re: [Gimp-developer] GIT access no longer working

2011-02-21 Thread Ofnuts
On 02/21/2011 04:01 PM, LightningIsMyName wrote: I'm not a git wizard myself, but cloning here (using git clone) and updating (using git pull) does work for me. I have no idea what about the config file - it means nothing to me :P As I undertstand it, you git clone once to initialize your

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-15 Thread Sven Neumann
On Sun, 2011-02-13 at 18:55 +0100, Martin Nordholts wrote: On 02/13/2011 12:04 AM, LightningIsMyName wrote: I'm starting this thread to list ideas for Google Summer of Code 2011, for the GIMP project. Since in the last year collecting ideas was done partially by the mailing list, let's try

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-15 Thread Liam R E Quin
On Sun, 2011-02-13 at 08:26 +, Michael Grosberg wrote: Automatic layer Boundary management. In essence just let the program deal with layer boundary - expand it whenever a layer is moved so that you can ALWAYS paint on any area you wish. If there's some memory or files size issue,

[Gimp-developer] LGM 2011 for GIMP

2011-02-15 Thread Louis Desjardins
Hi guys, Please let me know what GIMP team needs and expects at LGM this year. We are planning the schedule, the talks, the panels, the teams' meeting and the among-teams' meetings. I need your input. Few words will do ! Thanks ! Louis ___

[Gimp-developer] test email; ignore

2011-02-13 Thread Omari Stephens
Making sure that this address works before I send a long email; sorry for the noise --xsdg ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-13 Thread Michael Grosberg
LightningIsMyName lightningismyname at gmail.com writes: I'm starting this thread to list ideas for Google Summer of Code 2011, for the GIMP project. Since in the last year collecting ideas was done partially by the mailing list, let's try it again this year and keep most ideas here.

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-13 Thread Øyvind Kolås
On Sat, Feb 12, 2011 at 11:31 PM, Liam R E Quin l...@holoweb.net wrote: On Sun, 2011-02-13 at 01:04 +0200, LightningIsMyName wrote: Integrate vector layers with gegl GEGL already has all the support for rendering vector layers, so it is a case of adding the code to deal with as part of the

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-13 Thread Alexandre Prokoudine
On 2/13/11, LightningIsMyName wrote: Slicing tool One of the most requested features by web designers and/or interface designers, is the addition of a slice tool. Currently slicing images inside GIMP can only be done in grids (using guides and the guillotine action) and you can't split just

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-13 Thread Martin Nordholts
On 02/13/2011 12:04 AM, LightningIsMyName wrote: I'm starting this thread to list ideas for Google Summer of Code 2011, for the GIMP project. Since in the last year collecting ideas was done partially by the mailing list, let's try it again this year and keep most ideas here. Thanks for a

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-13 Thread Liam R E Quin
On Sun, 2011-02-13 at 15:57 +, Øyvind Kolås wrote: On Sat, Feb 12, 2011 at 11:31 PM, Liam R E Quin l...@holoweb.net wrote: On Sun, 2011-02-13 at 01:04 +0200, LightningIsMyName wrote: Integrate vector layers with gegl GEGL already has all the support for rendering vector layers, so it

[Gimp-developer] GEGL 0.1.6

2011-02-13 Thread Øyvind Kolås
GEGL (Generic Graphics Library) is a graph based image processing framework. GEGL provides a graph based API and framework to do demand driven, cached, non destructive image editing of larger than RAM images. Through babl it provides support for a wide range of color models and pixel storage

[Gimp-developer] gimp_image_parasite_find, GimpImage, and metadata

2011-02-12 Thread Ulysses Levy
I'm poking around plug-ins/metadata/metadata.c and I want to get gimp_image_parasite_find (image_ID, METADATA_PARASITE) to work. I'm pretty sure gimp_image_parasite_find expects a parameter of type GimpImage, so I guess what I'm really asking for is the correct API to get the current

[Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-12 Thread LightningIsMyName
I'm starting this thread to list ideas for Google Summer of Code 2011, for the GIMP project. Since in the last year collecting ideas was done partially by the mailing list, let's try it again this year and keep most ideas here. One should aslo take a look at GEGL's page about contributing (too

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-12 Thread Liam R E Quin
On Sun, 2011-02-13 at 01:04 +0200, LightningIsMyName wrote: a couple of comments Make menus searchable ... i.e. have a textbox, in te menu for example, and anything typed will be matched against all menu items and their blurbs and maybe something more (like procedures not registered in

Re: [Gimp-developer] Google Summer of Code 2011 - Project Ideas/Suggestions

2011-02-12 Thread Michael Natterer
On Sat, 2011-02-12 at 18:31 -0500, Liam R E Quin wrote: On Sun, 2011-02-13 at 01:04 +0200, LightningIsMyName wrote: a couple of comments Make menus searchable ... i.e. have a textbox, in te menu for example, and anything typed will be matched against all menu items and their blurbs

Re: [Gimp-developer] gimp_image_parasite_find, GimpImage, and metadata

2011-02-12 Thread Bill Skaggs
On Sat, Feb 12, 2011 at 12:01 AM, Ulysses Levy levy.ulys...@gmail.comwrote: I'm poking around plug-ins/metadata/metadata.c and I want to get gimp_image_parasite_find (image_ID, METADATA_PARASITE) to work. I'm pretty sure gimp_image_parasite_find expects a parameter of type GimpImage, so I

<    3   4   5   6   7   8   9   10   11   12   >