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: 538
  • Category: Image Processing
  • Founded: Jan 26, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 22 - 51 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
22 raymond_lg Send Email Feb 1, 2002
12:02 pm
Hello, And why not create a library of usual functions that can be used by everybody ? @+ Raymond...
23 lasm.rm Send Email Feb 1, 2002
3:42 pm
... There is something I'd like to see in the input boxes. Ability to enable, or disable an input element based on a if-else construct. For example, say there...
24 lasm.rm Send Email Feb 1, 2002
3:43 pm
... Can you give some example, what kind of library functions ?...
25 script-fu@yahoogroups... Send Email Feb 2, 2002
3:54 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 :...
26 Iccii
iccii@... Send Email
Feb 2, 2002
9:31 am
Hi, I notice that there are an mistake in all-input-box.scm. ... The list-ref will not define in your environment. Please replace list-ref with nth i.e. ...
27 script-fu@yahoogroups... Send Email Feb 2, 2002
12:29 pm
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 :...
28 Jeff Trefftzs
jefftzs Send Email
Feb 2, 2002
5:08 pm
Hi All - Iccii just posted a neat utility script-fu to generate a palette from an image. This means you can easily include it within your own scripts. I plan...
29 lasm.rm Send Email Feb 3, 2002
2:13 am
Hi Jeff, I've created a new Utility Scripts folder, you can post the code fragments here http://groups.yahoo.com/group/script- fu/files/Utility%20Scripts/ re, ...
30 Alan Davis
lngndvs Send Email
Feb 3, 2002
4:42 am
In an ongoing discussion on a microscopy list, someone has suggested using an "Actions" feature of Photoshop to develop a method for placing scale bars in...
31 Daniel Binkard
cosmic_eternity Send Email
Feb 3, 2002
4:53 am
On Sunday 03 February 2002 10:42, Alan Davis wrote: > In an ongoing discussion on a microscopy list, someone has suggested using Actions are PhotoShop's...
32 Jeff Trefftzs
jefftzs Send Email
Feb 3, 2002
5:55 am
Hi Alan - This could be really straightforward with the GIMP. Probably the easiest way would be to have a set of photos of the micrometer as it would look...
33 Jeff Trefftzs
jefftzs Send Email
Feb 3, 2002
6:03 am
Hi all - Something that it's easy to forget, coming from languages like C, perl, etc. is that the scheme namespace is common to *all* the scripts. I just ran...
34 script-fu@yahoogroups... Send Email Feb 3, 2002
11:30 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 : /Experimental...
35 lasm.rm Send Email Feb 3, 2002
11:46 am
Hi Jeff, My proposal, as mentioned before, have the name of the script same as the main function inside the script, and subsidiary functions should have the...
36 script-fu@yahoogroups... Send Email Feb 3, 2002
12:00 pm
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 : /Tutorial...
37 Jeff Trefftzs
jefftzs Send Email
Feb 3, 2002
5:02 pm
Yeah - now I remember. I wrote that other post at at the end of a long day. I did remember you had made some suggestions earlier but I was too lazy to go...
38 mschalla_wad Send Email Feb 4, 2002
12:00 am
I just joined this group. On my site are some logo scripts I did a year ago: http://michaelschalla.bei.t-online.de/pixel_gimp_logos.htm I have also a script to...
39 mschalla_wad Send Email Feb 4, 2002
12:01 am
Sorry, I forgot to say that my page is in german. But the scripts should work regardless. -- Michael Schalla...
40 Iccii
iccii@... Send Email
Feb 4, 2002
12:15 am
Hi, ... It's necessary to define helper functions inside main function. Then, name scope of helper function name is only active in main function. -- before ;;...
41 Jeff Trefftzs
jefftzs Send Email
Feb 4, 2002
12:27 am
Hi Michael - Welcome aboard. I just visited your site and tracked down the fontpool.de, where I downloaded Fillmore. I like your site layout, btw. -- --Jeff ...
42 lasm.rm Send Email Feb 4, 2002
2:52 am
Cool !! The platic logo looks most interesting. Also the calender script is nice.. re, lasm...
43 lasm.rm Send Email Feb 4, 2002
2:56 am
Hm... Is there a possible leakage of name space problem ? This suggestion is very good. So how about amending the proposed scripting standards. If the...
44 lasm
lasm.rm Send Email
Feb 4, 2002
1:30 pm
Hi all, I was trying to see how I can amend my scripts in line with the recommendations for script-fu scripting standards, particularly with regard to the...
45 Jeff Trefftzs
jefftzs Send Email
Feb 4, 2002
5:14 pm
Hi lasm - Try wrapping xstitch.scm in another mother-of-all-let* parens and see if it's still visible to your meta-xstitch. Keep us posted. This looks...
46 lasm.rm Send Email Feb 5, 2002
1:53 am
Hi Jeff, I have tried the simple case : 1) Type in "script-fu-xstitch" in Gimp Script-fu console and see the voluminous verbose closure.. 2) Wrap up the entire...
47 lasm.rm Send Email Feb 5, 2002
2:45 am
Hi All, Due to an over-sight, this mailing list has a members-only archive set. I have changed it so all the archives are visible to the public without having...
48 Jeff Trefftzs
jefftzs Send Email
Feb 5, 2002
2:48 am
Hi lasm - If one script wrapped entirely in a (let* () ....) can successfully call another also wrappedin a (let* () ...), then we're in. Good thinking, lasm....
49 raymond_lg Send Email Feb 5, 2002
12:28 pm
... type layername ... 100 0))) ... Yes that's it ! Sorry for don't giving exemple by myself, but I am now an observer (currently working hard on other GPL...
50 lasm.rm Send Email Feb 5, 2002
2:17 pm
... Hi Jeff, Were you able to solve this problem by the mother-of-all let* wrapper instead of commenting it out ? re, lasm...
51 lasm.rm Send Email Feb 5, 2002
3:51 pm
O.K. You can just about forget the idea :( Sad to say, the change only works in the same gimp session, there's probably a good copy already in memory that gets...
Messages 22 - 51 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