Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

script-fu

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 539
  • Category: Image Processing
  • Founded: Jan 26, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 357 - 389 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
357 epierce
eric_wmaker Send Email
Mar 16, 2005
3:51 am
Hi all, I have a script where the user picks a radius from 1-80. According to the radius value, I want to use a particular Black and White value (see table...
358 Kevin Cozens
kcozens37 Send Email
Mar 16, 2005
4:52 pm
... If Script-Fu used a more standards compliant Scheme interpreter instead of SIOD, it would be a matter of creating a list along the lines of '( (41 212) (70...
359 GSR - FR
famrom@... Send Email
Mar 16, 2005
11:10 pm
Hi, ... Use car, cdr and nth (or only nth): (set! b-and-w '((41 212) (70 183) (84 169))) (car (nth 1 b-and-w)) (car (cdr (nth 1 b-and-w))) (nth 0 (nth 1...
360 epierce
eric_wmaker Send Email
Mar 18, 2005
4:34 am
Perfect! You answered my post beautifully. Thank you. The 'nth' snippets worked perfectly. Also, the 'gimp-message&#39; tip below will be a life-saver. FYI,...
361 Kevin Cozens
kcozens37 Send Email
Mar 18, 2005
6:38 am
... The use of 'nth' is only really needed to obtain the list containing the pair of black and white values from the big list. Once you have the list ...
362 tjacobs14450 Send Email Mar 21, 2005
1:31 am
Where can I find a list of built-in functions that script-fu supports? I know I can use the procedure browser to find stuff but I don't know where to find...
363 Owen
owen_cook2000 Send Email
Mar 21, 2005
3:42 am
On Mon, 21 Mar 2005 01:31:33 -0000 ... If you go to Xtns->Script-Fu->Script-Fu Console There is a Browse button that will allow you to find all the functions ...
364 Kevin Cozens
kcozens37 Send Email
Mar 21, 2005
4:06 am
... Information about the Scheme interpreter called SIOD which is used in Script-Fu can be found at: http://people.delphiforums.com/gjc/siod.html...
365 Tim Jacobs
tjacobs14450 Send Email
Mar 21, 2005
12:42 pm
Thanks Kevin, I did not see set-pt in that documentation yet I've seen it used in several script-fus. Do you know of any other documentation? I guess I'm ...
366 Kevin Cozens
kcozens37 Send Email
Mar 21, 2005
4:51 pm
... It didn't quite register at the time when you were asking about set-pt that this is not something defined in SIOD. This is a function defined in several of...
367 Michael Schumacher
schumaml Send Email
Mar 21, 2005
5:28 pm
... Shouldn't it be shared then? There is a script for such functions already. HTH, Michael -- DSL Komplett von GMX +++ Supergünstig und stressfrei...
368 Kevin Cozens
kcozens37 Send Email
Mar 21, 2005
10:57 pm
... It is a useful enough routine for it to be shared. It would avoid the problem of the arrow scripts which wound up with some routines of the same name but...
369 Tim Jacobs
tjacobs14450 Send Email
Mar 22, 2005
2:16 am
Thanks for the information. Let me try to echo back what I think I've learned (and ask a few clarification questions on the way). First, the scripts I've seen...
370 Kevin Cozens
kcozens37 Send Email
Mar 23, 2005
5:21 pm
I think set-pt is publicly defined in more than one script. Since the definitions are identical it doesn't cause a problem. Probably another point in favour of...
371 tjacobs14450 Send Email Apr 11, 2005
11:22 am
I get the following message in one of the scripts I'm working on. Procedural database execution failed (gimp_edit_clear 3) ... The code fragment is below: ...
375 Hubert Desgain
hdesgain Send Email
Aug 26, 2005
8:23 am
Hello All, I'm new in using script-fu so be indulgent. I do alternative photography using BW negative .So I try to write a script in order to obtain a BW...
376 Kevin Cozens
kcozens37 Send Email
Aug 26, 2005
4:01 pm
... In GIMP 2.2, to do the equivalent of <Image>/Layer/Colors/Invert you use (gimp-invert layer-id) The easiest way to get the layer id is from the return...
377 Hubert Desgain
hdesgain Send Email
Aug 31, 2005
11:34 am
Thanks Kevin, now it's working fine. Hubert ... From: Kevin Cozens To: script-fu@yahoogroups.com Sent: Friday, August 26, 2005 6:01 PM Subject: [Norton...
378 lasm.rm Send Email Oct 5, 2005
3:03 am
Hi All, It's been a long time since i last wrote a script, so much has changed. Now i find the old scripts don't work any more.. Will be writing a new script...
379 script-fu@yahoogroups... Send Email Oct 5, 2005
4:47 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the script-fu group. File :...
380 owen_cook2000 Send Email Oct 5, 2005
7:17 am
... Hi, Long time! On 2.3.4, few deprecated procedures which I am sure you have found. Otherwise works as you intended. Thanks Owen...
381 lasm.rm Send Email Oct 5, 2005
2:56 pm
Hi Owen, Yeah, been away for long ;-) I am on 2.2 "stable" and found some changes in the PDB, one of the bugs really got on my nerves... Turn out that the PDB...
382 lasm.rm Send Email Oct 6, 2005
4:48 am
Hi All, I was wondering if anyone can point me to a nice sunflower photo that I can use for experimenting. The kind of photo i am looking for... a bunch of...
383 lasm
lasm.rm Send Email
Oct 6, 2005
6:30 am
Hi All, Released the first photo lab color processing script... only one button is working ;-) Try it out on your favourtie photo ! Comments, improvements...
384 Owen
owen_cook2000 Send Email
Oct 6, 2005
7:04 am
On Wed, 5 Oct 2005 22:48:10 -0700 (PDT) ... Well was not able to get that one to work on 2.3.4, will try a 2.2 later That was on any of the art styles or...
385 lasm.rm Send Email Oct 6, 2005
8:22 am
Hi Owen, The only working button is "OK", don't bother changing any defaults.. Let me know if it works for 2.3.4 ! re, lasm ... welcome. ... later...
386 Kevin Cozens
kcozens37 Send Email
Oct 6, 2005
3:58 pm
... There were a lot of changes between GIMP 1.x and 2.x and some needed changes in GIMP 2.2 that broke some scripts that weren't doing things properly. One of...
387 Kevin Cozens
kcozens37 Send Email
Oct 6, 2005
4:06 pm
... The PDB browser in the current CVS copy of GIMP now uses - instead of _ in procedure names. That is a step in the right direction, IMHO. It still shows the...
388 Kevin Cozens
kcozens37 Send Email
Oct 6, 2005
4:14 pm
... Take a look at the results from a search of Google images using the following URL: ...
389 Carol Spears
carolspears Send Email
Oct 6, 2005
4:50 pm
... this is interesting. if i understand it correctly, the python browser is doing the exact opposite. for example, i get from the browser: ...
Messages 357 - 389 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help