[Gimp-developer] Plugin/Script/gimp source code:How do I draw a vertical line withjust a click of a button?

2003-06-02 Thread kenny . law
Hi everyone, I have been cracking my head for the past day trying to think of a way to draw a vertical line with just a simple click of the mouse. Basically, what I have is this: On my image, I have two horizontal lines, I want a tool that will allow me to just click anywhere between these two l

Re: [Gimp-developer] Plugin/Script/gimp source code:How do I draw avertical line with just a click of a button?

2003-06-02 Thread Branko Collin
On 2 Jun 2003, at 3:02, [EMAIL PROTECTED] wrote: > I have been cracking my head for the past day trying to think of a way > to draw a vertical line with just a simple click of the mouse. > > Basically, what I have is this: > > On my image, I have two horizontal lines, I want a tool that will > a

[Gimp-developer] running gimp withou't make install?

2003-06-02 Thread Joao S. O. Bueno
Hi there, I recently uploaded teh 1.3.14 source code, to start to look around the code. Actually, I humbly intend to actvely join GIMP's development along the next couple of months, if I can get enough of what is going on. ./configure, make && make install went as smoothly as one could ever dr

Re: [Gimp-developer] running gimp withou't make install?

2003-06-02 Thread Nathan Carl Summers
On Sun, 1 Jun 2003, Joao S. O. Bueno wrote: > But what I do need now is a faster way to go from edit code to running gimp. > Make Install asctually eats out a lot of time on my system. Is it possible to > run the gimp-1.3 binary generated from make straight, without make-installing > it? Of cours

Re: [Gimp-developer] Plugin/Script/gimp source code:How do I drawa vertical line with just a click of a button?

2003-06-02 Thread Christopher W. Curtis
On 06/01/03 15:02, [EMAIL PROTECTED] wrote: > I have been cracking my head for the past day trying to think of a way to > draw a vertical line with just a simple click of the mouse. > > On my image, I have two horizontal lines, I want a tool that will allow > me to just click anywhere between the

Re: [Gimp-developer] running gimp withou't make install?

2003-06-02 Thread Sven Neumann
Hi, Helvetix Victorinox <[EMAIL PROTECTED]> writes: > Once the linking part has been done by app/gimp-1.3, I just run > > gdb app/.libs/gimp-1.3 Although this works, it is a little hackish and it will link gimp-1.3 against the installed libraries which might differ from the versions in your sour

[Gimp-developer] How do I test my perl scripts?

2003-06-02 Thread Kenny Law
Hi, I have a question on how to test my perl scripts. I am now using Gimp 1.2.3 by the way. So I wrote a script and I called it whatever.pl I made it executable by chmod a+x whatever.pl Then I try to run it by entering Gimp, and starting the Perl Server by going to Xtns->Perl->Server Nothing

[Gimp-developer] Adding feature - user defined layer combination

2003-06-02 Thread Joao S. O. Bueno
Hi again! I wrote yesterday that I was writting a XOR layer combine mode. Well, today it just working fine. While it does have it's interesting applications, I think that including it as a default layer combine/paint mode would bloat the User Interface, as undoubtley, there are lots of other c