[Gimp-developer] Feature Request: Layers from Image ( "Linked Layers" )

2009-06-13 Thread kevin
I have been using GIMP for a few months now and there is a feature that I have wanted to have and think about every time I open up GIMP. The feature is mainly for the possibility of having "templates". The idea is that you can place a layer that is a link to a certain image, so you can have 9

Re: [Gimp-developer] Feature Request: Layers from Image ( "Linked Layers" )

2009-06-14 Thread kevin
.. For > example, if the layer name were the full path to an image, a script > command to "reload the layer" would be fairly trivial. > > Possibly modifying the "load image as layers" to store the full path > as a layer parasite so a "reload image layers&quo

[Gimp-developer] Creating unique file names with Script-Fu

2010-07-08 Thread Kevin
collision avoidance just to be safe. -- Kevin (via www.gimpusers.com) ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Handling of transparent pixels

2003-12-16 Thread Kevin Myers
I'll throw my opinion into the mix FWIW. I disagree with Raphael that RGB values for alpha=0 should be undefined. If alpha is subsequently adjusted, then the original RGB values must be preserved whenever possible so that the reduced transparency can be effected and produce the correct result. Th

[Gimp-developer] Updating Script-Fu scripts for GIMP 1.3+

2003-12-16 Thread Kevin Cozens
eter so it appears it can only used a fixed value as the seed. Unless there is some other way to get the system time to use as a seed value I think the extra parameter should be re-instated. I can bugzilla some of the above if appropriate. I thought I would raise the issues here first. Chee

Re: [Gimp-developer] Updating Script-Fu scripts for GIMP 1.3+

2003-12-16 Thread Kevin Cozens
y CVS copy of the GIMP later tonight, do a rebuild, and run some tests on the scripts myself. If the problem has been fixed, then I will have some additional scripts ready for the 1.3+ version of GIMP. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"Wh

Re: [Gimp-developer] Updating Script-Fu scripts for GIMP 1.3+

2003-12-17 Thread Kevin Cozens
in the CVS version of the GIMP as of last night. I have added these updated scripts to my web site (in the software section). I still have about 8 scripts (not all of them Logo scripts) which still need work. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172

Re: [Gimp-developer] Friends of GIMP

2003-12-24 Thread Kevin Cozens
dy on the gimp-devel mailing list. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to assimilate

Re: [Gimp-web] Re: [Gimp-developer] Status of the New Site

2003-12-31 Thread Kevin Cozens
At 03:14 PM 12/30/2003 -0800, you wrote: > It is not as if people dislike the new site; the only thing that > remains is replacing the old site with it. One possibility for the short term would be to create a redirect from www.gimp.org to the new site. Cheers! Kevin. (http://www.interl

Re: [Gimp-developer] Friends of GIMP

2003-12-31 Thread Kevin Cozens
the headaches created by using a fixed array to hold an indeterminate amount of information (ie. an unknown number of palettes). Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog do

[Gimp-developer] Question about Script-Fu functions

2004-01-28 Thread Kevin Cozens
any of the functions requiring 'img layer' as part of their argument list had the 'img' argument dropped as no longer needed. The functions in question are gimp-layer-add-mask, and gimp-layer-remove-mask. Is there some reason these two functions still require both img and layer a

[Gimp-developer] Re: Bug 132698 - Script-Fu constants vs DB Browser

2004-01-29 Thread Kevin Cozens
of plug-in one wants to create is probably not a good alternative. I think it would add too much complexity and be hard to maintain. Comments? Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens

Re: [Gimp-developer] Re: Bug 132698 - Script-Fu constants vs DB Browser

2004-01-29 Thread Kevin Cozens
mail already. I have been a subscriber to this list, and made my small contributions to the GIMP, since the days of the 0.9 series of the GIMP. I have been on gimp-announce too since late 1997. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"Wh

Re: [Gimp-developer] Question about Script-Fu functions

2004-01-29 Thread Kevin Cozens
port of a C-based plug-in yet, but I want to try doing this with the Guash plug-in. The sample plug-in and your comments should help. Now all I need is the time in which to do the port. :-) Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are

Re: [Gimp-developer] Re: Bug 132698 - Script-Fu constants vs DB Browser

2004-01-29 Thread Kevin Cozens
if there is any information about Script-Fu scripts that would need to be updated/changed. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pin

Re: [Gimp-developer] Updating Script-Fu scripts for GIMP 1.3+

2004-01-29 Thread Kevin Cozens
roved version of the plug-ins/script-fu/convert-scripts.pl (IIRC) script to handle the name changes. I will put a copy of it on my web site in case anyone else out there has scripts written for 1.2 they would like to update for use with the 2.0 GIMP. Cheers! Kevin. (http://www.interlog.com/~kc

Re: [Gimp-developer] Question about Script-Fu functions

2004-01-30 Thread Kevin Cozens
ctions that no longer take the image parameter, but you should be able to figure out where that code should go. My script also takes care of converting the deprecated constants (see the comment in siod-wrapper.c if you don't believe there are constants already considered deprecated). Cheers

Re: [Gimp-developer] Re: Bug 132698 - Script-Fu constants vs DB Browser

2004-01-30 Thread Kevin Cozens
es you would need a one liner explaining whether they are the same as for C or whether you need to change _ to - and you are done. Otherwise, you need to have two or three lists all of which need to be updated if/when the API changes. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft

Re: [Gimp-developer] Re: Bug 132698 - Script-Fu constants vs DB Browser

2004-01-30 Thread Kevin Cozens
On Fri, 2004-01-30 at 13:06, [EMAIL PROTECTED] wrote: > On Fri, Jan 30, 2004 at 11:57:32AM -0500, Kevin Cozens <[EMAIL PROTECTED]> wrote: > > > A third set? I was afraid that might be the case. > > Well, a set extremely similar and in-sync (at least loosely) to th

[Gimp-developer] Redundant code in image_convert_indexed_invoker()?

2004-01-30 Thread Kevin Cozens
175) is a switch statement that also appears to be checking that the dither_type is one of four allowed values. It seems to me that the switch is not needed. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Bor

[Gimp-developer] [patch]Gimp plug-in template 1.3.2 won't compile

2004-01-31 Thread Kevin Cozens
Greetings. The 1.3.2 of the sample plug-in (gimp-plugin-template) uses some features that are deprecated in the latest CVS version of the GIMP. It is also missing an argument to one function call. The attached patch allows the template plugin to compile. -- Cheers! Kevin. (http

Re: [Gimp-developer] [patch]Gimp plug-in template 1.3.2 won't compile

2004-02-01 Thread Kevin Cozens
At 03:28 AM 02/01/2004, you wrote: On Sat, Jan 31, 2004 at 11:46:35PM -0500, Kevin Cozens wrote: > Greetings. > > The 1.3.2 of the sample plug-in (gimp-plugin-template) uses some > features that are deprecated in the latest CVS version of the GIMP. It > is also missing an argument

Re: [Gimp-developer] Re: Bug 132698 - Script-Fu constants vs DB Browser

2004-02-01 Thread Kevin Cozens
the comments related to DB Browser as I feel they belong in a new thread since that discussion is not directly related to the current thread. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at

Re: [Gimp-developer] [patch]Gimp plug-in template 1.3.2 won't compile

2004-02-02 Thread Kevin Cozens
to you that the new tarball is around the door. I would have looked at the CVS copy I had known it was in CVS at the time. Anyway, thanks for the new tarball. I'll grab a copy of it in a little while. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|&quo

[Gimp-developer] Changes needed to DB Browser content?

2004-02-02 Thread Kevin Cozens
ated to DB Browser information until it is confirmed that changes are needed, what they need to be (at least in a general sense. ie. move things towards language X), and which files need to be updated (ie. ones ending in .c or is it .pdb with the .c files generated from that?). Cheers! Kevin. (h

Re: [Gimp-developer] Changes needed to DB Browser content?

2004-02-02 Thread Kevin Cozens
ode I recently reported in a .c file. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to assimilate th

[Gimp-developer] Updated script to convert Script-Fu scripts to 2.0 API

2004-02-02 Thread Kevin Cozens
plug-ins/script-fu/convert-script if they so choose. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROT

[Gimp-developer] Patch to remove deprecated constants from standard scripts

2004-02-02 Thread Kevin Cozens
g URL: http://pages.interlog.com/~kcozens/software/gimp/1.3/scripts.patch If necessary, I can create a bug report in bugzilla and attach the patch to the report. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today

Re: [Gimp-developer] Patch to remove deprecated constants from standard scripts

2004-02-02 Thread Kevin Cozens
n siod-wrapper.c (for the 2.2 release?). -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to

[Gimp-developer] Misnamed structure element in SFScript structure?

2004-02-02 Thread Kevin Cozens
referred to as 'help') contains more in the way of an actual description of a script. I think it would make more sense to change 'description' to something like 'menupath'. It would be more indicative of its actual use. -- Cheers! Kevin. (http://www.interlog.com/~kcozen

Re: [Gimp-developer] Misnamed structure element in SFScript structure?

2004-02-03 Thread Kevin Cozens
ound lacking. I'll try and track down some good GTK+ tutorials since I want to be able to do more GUI related programming in Linux. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcoze

Re: [Gimp-developer] Patch to remove deprecated constants from standard scripts

2004-02-03 Thread Kevin Cozens
dard GIMP scripts to use the new constant. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[E

Re: [Gimp-developer] Misnamed structure element in SFScript structure?

2004-02-03 Thread Kevin Cozens
, I will take a closer look at Guile. Developing a separate replacement for Script-Fu is the way to go. IIRC, this is how Script-Fu came about. Other items such as Xscanimage are able to be dropped in to GIMP at any time so the new interpreter could be done the same way. -- Cheers! Kevin. (http://

Re: [Gimp-developer] Tentative 2.2 feature list

2004-02-05 Thread Kevin Cozens
On Thu, 2004-02-05 at 17:12, David Neary wrote: > 9) A decent image browser/thumbnail viewer + cover-sheet support This sounds a bit like the old GUASH (which I have started to port to GTK+ 2.x/GIMP 2.0) but I'm not sure what you mean by "cover-sheet support". ___

Re: [Gimp-developer] Tentative 2.2 feature list

2004-02-06 Thread Kevin Cozens
acro recorder at some point in the future? Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to assimilate th

Re: [Gimp-developer] Re: Misnamed structure element in SFScript structure?

2004-02-06 Thread Kevin Cozens
nment, the GIMP package would only need users to have an additional package installed in order to use the replacement. I don't see installation as being a big issue. It can be handled in the best way once a replacement is available. Cheers! Kevin. (http://www.interlog.com/~kcozens/)

Re: [Gimp-developer] Tentative 2.2 feature list

2004-02-06 Thread Kevin Cozens
Script-Fu is indeed from 2 years earlier, would it make sense in the short term to update the copy of SIOD currently used in the GIMP until a replacement for the whole Script-Fu system is available? Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"

Re: [Gimp-developer] Tentative 2.2 feature list

2004-02-07 Thread Kevin Cozens
es to check for any bugs that may have been fixed in GIMP's current SIOD that may not have been passed back to the SIOD developers. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at i

[Gimp-developer] Minor spelling error in image rotate information

2004-02-07 Thread Kevin Cozens
gimpimage_pdb.c tools/pdbgen/pdb/image.pdb The word should be 'specified' and may only need to be fixed in the .pdb file. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens

Re: [Gimp-developer] Re: Gimp-developer Digest, Vol 17, Issue 39

2004-02-21 Thread Kevin Myers
Juhana, you are wrong. I subscribe and post to multiple public lists, and as an unfortunate result get literally hundreds of spam emails like these per day, virtually all of them from faked email addresses. I wouldn't be at all surprised Sven and Jernej are in the same predicament given their fre

Re: [Gimp-developer] virus issue on the gimp-developer mailing list

2004-02-21 Thread Kevin Myers
Mat, I'm sorry, but you obviously don't know enough about this problem to be posting this kind of message. I can assure you that Sven, Jernej, and the other developers on this list know a lot more about this problem than you appear to, and the problem is *NOT* on their machines. If you had done m

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-19 Thread Kevin Myers
See below... - Original Message - From: "Manish Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 19, 2004 7:11 PM Subject: Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer) > On Sat, Mar 20, 2004 at 01:34:02AM +0100, Simon B

Re: PDB named and default parameters (was Re: [Gimp-developer] The Mark Shuttleworth offer)

2004-03-19 Thread Kevin Myers
For various reasons that I don't know about or don't completely understand, several of the proposals that have already been made may be far superior to what I am about to suggest. In fact, there could easily be some reason why my suggestion is completely unworkable. Never the less, I have worked

Re: PDB named and default parameters (was Re: [Gimp-developer] The Mark Shuttleworth offer)

2004-03-19 Thread Kevin Myers
especially concerned about this issue, because previously I have found it almost completely impossible to pass appropriate parameter values to some otherwise very desirable gimp scripts from the Windows command prompt... Thanks, s/KAM - Original Message - From: "Kelly Martin"

Re: PDB named and default parameters (was Re: [Gimp-developer] The Mark Shuttleworth offer)

2004-03-19 Thread Kevin Myers
ws on such issues. s/KAM - Original Message - From: "Kelly Martin" <[EMAIL PROTECTED]> To: "Kevin Myers" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 19, 2004 9:07 PM Subject: Re: PDB named and default parameters (was Re: [Gimp-developer

Re: PDB named and default parameters (was Re: [Gimp-developer] The Mark Shuttleworth offer)

2004-03-19 Thread Kevin Myers
Regards, s/KAM - Original Message - From: "Kelly Martin" <[EMAIL PROTECTED]> To: "Kevin Myers" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 19, 2004 9:48 PM Subject: Re: PDB named and default parameters (was Re: [Gimp-developer] The Mar

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-19 Thread Kevin Myers
efault parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer) > Kelly Martin ([EMAIL PROTECTED]) wrote: > > Kevin Myers wrote: > > > Admittedly, the Windows command prompt (not simply Explorer) is less > > > capable than most *nix command shells. However, ther

Re: PDB named and default parameters (was Re: [Gimp-developer] The Mark Shuttleworth offer)

2004-03-19 Thread Kevin Myers
ut what isn't fine is to say in essence "we don't care about Windows users and contributors, and we're not going to listen to their input", which is basically what I got out of your reply. s/KAM - Original Message - From: "Carol Spears" <[EMAIL PROTECTED]>

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-19 Thread Kevin Myers
Please see below... - Original Message - From: "Carol Spears" <[EMAIL PROTECTED]> To: "Kevin Myers" <[EMAIL PROTECTED]>; "GIMPDev" <[EMAIL PROTECTED]> Sent: Friday, March 19, 2004 11:34 PM Subject: Re: PDB named and default parameters (was

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-20 Thread Kevin Myers
As Tor reminded me later, --batch doesn't work in gimp 1.2 under Windows, so that was the reason I couldn't use it. - Original Message - From: "Sven Neumann" <[EMAIL PROTECTED]> To: "Kevin Myers" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

Re: [Gimp-developer] gimp-developer email

2004-03-20 Thread Kevin Myers
In offline continuation of her rant against Windows support in the GIMP and Windows users in general, similar to Carol's latest posts and most of which I think speak for themselves and I won't bother responding to, she did make one somewhat valid point regarding my recent posts to the list. From n

Re: PDB named and default parameters (was Re: [Gimp-developer] The Mark Shuttleworth offer)

2004-03-21 Thread Kevin Myers
- Original Message - From: "Manish Singh" <[EMAIL PROTECTED]> Sent: Sunday, March 21, 2004 2:48 PM > FWIW, the suggestion was ill-researched. (foo image=bar) is so very very > un-Scheme like, which is surprising to hear from someone who has apparently > written scripts from scratch. It

Re: PDB named and default parameters (was Re: [Gimp-developer] The Mark Shuttleworth offer)

2004-03-21 Thread Kevin Myers
> If it's important to you, you'll do the 10 mins of research and critical > thinking needed. Apparantly you could research this a whole lot faster than I can, which isn't surprising since you work with gimp development almost every day. It would probably take me more than that amount of time ju

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-21 Thread Kevin Myers
> Perhaps I'm being extremely dense, but couldn't there be an interface: > > gimp -cmdfile > I think that the existing --batch option is equivalent to what you are suggesting. Unfortunately that option doesn't work using Gimp 1.2.x under Windows. I haven't heard from anyone else and haven't yet

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-21 Thread Kevin Myers
From: "Christopher W. Curtis" <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 12:06 AM > On 03/22/04 00:45, Kevin Myers wrote: > >> Perhaps I'm being extremely dense, but couldn't there be an interface: > >> gimp -cmdfile > > > > I

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-23 Thread Kevin Cozens
verbosity level you wish to set. In the current code, there is no point in using a value of n greater than 5. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Sa

Re: [Gimp-developer] making plans

2004-03-29 Thread Kevin Myers
You have valid points Bill. However, popping up unnecessary dialogues will also undesirably slow down and get in the way of many users. If you proceed with your suggested changes, then I would strongly suggest an option to bypass the dialogue for plug-ins that don't really need one. s/KAM

Re: [Gimp-developer] layer-effects script needs fixing

2004-04-05 Thread Kevin Cozens
2.0. The updated script can be found at: http://www.interlog.com/~kcozens/software/gimp/scripts.html and the script I use to update scripts from 1.2 to 2.0 may be found at: http://www.interlog.com/~kcozens/software/gimp/updates.html -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of

[Gimp-developer] Re: [Gimp-user] Environment settings & big images

2004-04-22 Thread Kevin Myers
> > Photoshop handles large images better than GIMP. That's a known fact > > and it's not trivial to improve. Ummm, well that known fact isn't completely true. In actual fact, Photoshop will *not* handle many of the large images that we work with at all, whereas the GIMP will do so with no proble

Re: [Gimp-developer] 2 Questions

2004-05-10 Thread Kevin Cozens
s T or click the Text button > - -> The forgroundcolor is black again and so is the text. It is a bug (IMO). I see the same problem with 2.0.1 but not in the 2.1 version. In 2.1 I can click a pick a colour then select the text tool without the foreground colour changing. -- Cheers! Kevin

[Gimp-developer] Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
tus of the work being done on it. Currently it is somewhere between the alpha and beta stage of development. It ran its first script in April of this year (ts-helloworld.sct) and as of July 6, I have updated 57 of the 96 Script-Fu scripts to work with Tiny-Fu. Cheers! Kevin. (http://www.interl

Re: [Gimp-developer] Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
be possible to have scripts run concurrently. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to assimilate

Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
before hand so I can provide a list of the scripts which need to be updated to avoid duplicating work. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we alwa

Re: [Gimp-developer] Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to assimilate the world!" #include|

Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
between PDB *ARRAY and Scheme lists as needed. The alternative would be to use a Scheme vector but instead of a list. Using a list seemed like the simplest approach. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do tod

Re: Lists, Arrays and Vectors [was Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP]

2004-07-07 Thread Kevin Cozens
sing vectors. It will simplify the work needed to update old Script-Fu scripts for use with Tiny-Fu. I will start by converting between list and vector. If the approach works well, I will bit the bullet and update the marshalling code to use vectors for the *ARRAY types. Cheers! Kevin. (http://

Re: Lists, Arrays and Vectors [was Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP]

2004-07-08 Thread Kevin Cozens
ts which used SIOD array functions. I have not changed the Tiny-Fu marshalling code yet but I will do that soon and release a new tarball. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at int

Re: Lists, Arrays and Vectors [was Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP]

2004-07-09 Thread Kevin Cozens
rather. I deleted the routine and used the standard Scheme routine 'lcm'. I am planning on putting together a Perl script that will take a Script-Fu script and update as much of it as possible for use with Tiny-Fu. I know of quite a few mappings from SIOD to TinyScheme that can be applied. P

Re: Lists, Arrays and Vectors [was Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP]

2004-07-10 Thread Kevin Cozens
At 06:00 AM 07/10/2004, Sven wrote: Kevin Cozens <[EMAIL PROTECTED]> writes: > I don't really want a "compatibility"-switch. Instead, old Script-Fu > scripts should be updated so they do things the way they are supposed > to be done in Scheme rather than how the old

Re: Lists, Arrays and Vectors [was Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP]

2004-07-10 Thread Kevin Cozens
6RS currently being developed). I think I may be able to use that to deal with the missing symbol-bound? function of SIOD. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot co

[Gimp-developer] New version of Tiny-Fu plug-in is available.

2004-07-15 Thread Kevin Cozens
now compiles and installs the tsx run-time loadable extension for TinyScheme. This extension provides some time and additional file handling routines for scripts. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Bor

[Gimp-developer] New Tiny-Fu tarball and a clarification about it

2004-07-22 Thread Kevin Cozens
f the routines to be more in keeping with the PDB API naming system, and adding any missing routines (such as 'file-type') that are necessary or particularly useful. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, B

Re: [Gimp-developer] filetype plug-in to get type of entity (file/directory)

2004-07-22 Thread Kevin Cozens
such a script should behave and the information a user would need to provide. This is just a taste of the possibilities for scripting in GIMP using Scheme based scripts with Tiny-Fu. What would you like to do today? :-) Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2

[Gimp-developer] Selecting new constants for '(file-type file)'?

2004-07-22 Thread Kevin Cozens
*nix systems)? Comments? Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to assimilate the w

Re: [Gimp-developer] Selecting new constants for '(file-type file)'?

2004-07-22 Thread Kevin Myers
s. s/KAM - Original Message - From: "Kevin Cozens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 21, 2004 3:10 PM Subject: [Gimp-developer] Selecting new constants for '(file-type file)'? > Greetings, all. > > I want to define

Re: [Gimp-developer] Selecting new constants for '(file-type file)'?

2004-07-22 Thread Kevin Cozens
ist for tsx. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to assimilate the world!" #in

Re: [Gimp-developer] filetype plug-in to get type of entity (file/directory)

2004-07-28 Thread Kevin Cozens
hing I wish had been done to the scripts I first looked at. To someone who already knows LISP or Scheme the format won't affect them as they already know the basic syntax and placement of brackets. Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What

[Gimp-developer] Important update to Tiny-Fu: new tarball available

2004-07-30 Thread Kevin Cozens
ny-Fu tarball (which includes the contact sheet script) is available from the web page at: http://www.interlog.com/~kcozens/software/gimp/tiny-fu.html -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-ma

[Gimp-developer] Tiny-Fu version 0.9: a new tarball

2004-08-13 Thread Kevin Cozens
anged). Attempts to alter the value of or redefine these constants and procedures will generate an error message. o The file routines in the ftx extension have been updated for UTF-8 support. o A few other miscellaneous small changes have been made and a few extra scripts have been upd

[Gimp-developer] Tiny-Fu version 0.9.1: maintenance release

2004-09-04 Thread Kevin Cozens
version of the contact sheet generation script is included. The new version allows the user to select the sheet size, a font for the sheet title and for the image titles, the colour for the text, and the background colour of the sheet. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of

[Gimp-developer] GIMP 2.2 and Script-Fu/Tiny-Fu.

2004-09-07 Thread Kevin Cozens
users but what is in the best interest of GIMP and its users? -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTEC

Re: [Gimp-developer] New Image dialog usability bug

2004-09-10 Thread Kevin Cozens
unit box and the X&Y values. When the chain is complete, it will affect the X&Y value. When the chain is broken, you can change the units without affecting X&Y. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today

[Gimp-developer] Tiny-Fu 0.9.2: second maintenance release

2004-09-20 Thread Kevin Cozens
93 scripts are now installed along with the Tiny-Fu plug-in. o Added constant "gimp-dir" for use in scripts. o Updated English language translation files. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today,

[Gimp-developer] Regarding some Tiny-Fu message threads...

2004-09-20 Thread Kevin Cozens
for a couple of days until I can review the message threads and post follow-ups. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Pac

[Gimp-developer] Tiny-Fu is now available via CVS.

2004-10-11 Thread Kevin Cozens
anonymous CVS server: $ export CVSROOT=':pserver:[EMAIL PROTECTED]:/cvs/gnome' $ cvs login (there is no password, just hit return) $ cvs -z3 checkout [-r ] gimp-tiny-fu -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are

[Gimp-developer] Tiny-Fu 0.9.4: first standalone release

2004-10-11 Thread Kevin Cozens
.scm files were updated to the latest versions used in Script-Fu. o Some minor code cleanup was done and a memory leak was plugged. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog do

Re: [Gimp-developer] Tiny-Fu is now available via CVS.

2004-10-11 Thread Kevin Cozens
e has been some discussions about possibly making Script-Fu a separate module from the GIMP source tree. It would then be up to packagers to decide if they wanted to continue using Script-Fu with the GIMP or use Tiny-Fu. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraf

Re: [Gimp-developer] Tiny-Fu is now available via CVS.

2004-10-11 Thread Kevin Cozens
and "Save Output") in the console mode dialog. Some of the other differences and advantages of Tiny-Fu over Script-Fu can be found on the Tiny-Fu FAQ page. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?&qu

Re: [Gimp-developer] Gimp development

2004-10-12 Thread Kevin Cozens
scripts have nothing to do with Python unless you write a Scheme interpreter in Python. :-) -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we alwa

[Gimp-developer] Tiny-Fu 0.9.3: third maintenance release

2004-10-03 Thread Kevin Cozens
! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus: Packet:[EMAIL PROTECTED]| Try to assimilate the world!" #include|

[Gimp-developer] pyrex and GIMP

2004-10-04 Thread Kevin Turner
I've been working on using Pyrex for a GIMP plug-in. It works now. If that sounds interesting to you, there's a link to the code at http://gimp-plug-ins.sourceforge.net/refract/ The parts implemented in Pyrex are a PixelFetcher, functions for calculating displacement and interpolation, and the

[Gimp-developer] GIMP plug-ins need better error checking on passed parameters.

2004-10-09 Thread Kevin Cozens
-ins would be a nice little project for someone who wants to get their feet wet in GIMP development. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thi

Re: [Gimp-developer] gimp GUI

2004-10-25 Thread Kevin Cozens
y-oriented development process. It is considered to be useful to users but not ready to replace commercial vector editors (yet). The other project worth looking at is Skencil (formerly known as sketch). You can find information about it at http://www.skencil.org/. -- Cheers! Kevin. (http://www.in

[Gimp-developer] Version 0.9.5 of Tiny-Fu is now available.

2004-10-29 Thread Kevin Cozens
xing spelling errors, reformatting of some files. See the ChangeLog for details. -- Cheers! Kevin. (http://www.interlog.com/~kcozens/) Owner of Elecraft K2 #2172|"What are we going to do today, Borg?" E-mail:kcozens at interlog dot com|"Same thing we always do, Pinkutus

Re: [Gimp-developer] Selection to brush/pattern/whatever in menus...

2004-11-12 Thread Kevin Cozens
Sven Neumann wrote: Yes, the plan's to move the scripts out of the script-fu menu into the places they belong to. What's missing here though is a better menu registration functionality in Script-Fu. Kevin wanted to add a bug report about this. Actually, I was originally expecting Sven

Re: [Gimp-developer] script-fu acting weird!

2004-11-26 Thread Kevin Cozens
n 2.0.5 and 2.2cvs. Copy Visible runs without a dialog box popping up in 2.0.5 but you get a dialog in 2.2cvs. The change which caused the difference in behaviour was probably done earlier than you indicate and may be in the script-fu-interfaces.c file. -- Cheers! Kevin. (http://www.interlog.c

Re: [Gimp-developer] Re: Scissors tool

2004-12-08 Thread Kevin Cozens
GSR - FR wrote: Of course, in past years the algoritms have evolved, see for example the concept of freehand sketch selection: http://vision.ai.uiuc.edu/~tankh/Selection/selection.html This is the second time I have seen something which really only exist as a research paper but would be really

[Gimp-developer] Version 0.9.6 of Tiny-Fu is now available.

2004-12-11 Thread Kevin Cozens
Greetings, all. A tarball of version 0.9.6 of Tiny-Fu is now available at: http://www.interlog.com/~kcozens/software/gimp/tiny-fu.html The biggest change affected all script files which now use a separate tiny-fu-menu-register call to place an entry in the menu hierarchy. This means scripts can n

Re: [Gimp-developer] script-fu documentation

2005-01-19 Thread Kevin Cozens
Tomasz Grobelny wrote: Where can I find a decent script-fu documentation? I mean a document where I can find most supported functions especially string manipulation functions (like split, chop, substring, find etc.). TIA The Script-Fu plug-in of GIMP uses SIOD as its Scheme interpreter. The m

Re: [Gimp-developer] script-fu documentation

2005-01-20 Thread Kevin Cozens
Campbell Barton wrote: Will thge gimp move to tiny-fu compleately? I am not aware of any plans to replace Script-Fu with Tiny-Fu in the GIMP source tree. Although that might change now that I am about to start testing the Tiny-Fu changes which added UTF-8 support. If Script-Fu was pulled out as

  1   2   3   4   >