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 335 - 364 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
335 Trefftzs
jefftzs Send Email
Nov 1, 2004
11:15 am
336 Trefftzs
jefftzs Send Email
Nov 1, 2004
12:36 pm
337 script-fu@yahoogroups... Send Email Nov 9, 2004
2:45 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 :...
338 script-fu@yahoogroups... Send Email Nov 9, 2004
2:46 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 :...
339 Steve
sfink16 Send Email
Nov 9, 2004
2:48 am
My first attempt at modifying a script has failed. I put two files on smart sharpening with GIMP in the files section (by Olli is the one description and my...
340 Jeff Trefftzs
jefftzs Send Email
Nov 9, 2004
5:39 am
... This line looks suspicious: (plug-in-unsharp-mask TRUE original (aref lab-layers 2) inRadius inAmount 0) ... In the original, there were multiple layers in...
341 Gergely Kontra
g_e_r_g_o Send Email
Nov 9, 2004
9:20 am
Hi! I've tried to use the text circle plugin in Extensions -> Script-fu -> Logos -> Text circle. Whenever I wrote accented chars, the plugin seems to die. Has...
342 Joao S. O. Bueno Call...
gwidion@... Send Email
Nov 9, 2004
10:19 am
Yup.. It is a known issue. Script-fu cannot handle multi-byte chars. In this script, all chars have to be parsed one by one, and it crashes. I started doing an...
343 Gergely Kontra
g_e_r_g_o Send Email
Nov 9, 2004
10:59 am
... Is it hard to correct the original script-fu plugin? Gergo -- +-[ Gergely Kontra <kgergely@...> http://www.mcl.hu/~kgergely ]------+ ... +-------------...
344 Joao S. O. Bueno Call...
gwidion@... Send Email
Nov 9, 2004
12:07 pm
... It is impossible. As I said, it is a script-fu issue. Most of the other plug-ins pick a string and pass it as is to the GIMP internals. The Text Circle and...
345 cococo
cosmic_civilian Send Email
Nov 9, 2004
12:15 pm
Hi When I try to initialize gimp-perl server with Xvfb (as below), I get this error: Script executed: Xvfb :200 -ac & DISPLAY=:200.0 nohup /usr/bin/gimp...
346 Steve
sfink16 Send Email
Nov 9, 2004
1:20 pm
... decomposition - but ... time you ... Thanks Jeff, I'll play with it some more! Steve...
347 Carol Spears
carolspears Send Email
Nov 9, 2004
3:39 pm
hello, ... gimp-1.2 is unsupported. gimp2 uses font.config to get fonts. something is broken with that. that said, it is better to ask on the regular gimp...
348 Kevin Cozens
kcozens37 Send Email
Nov 11, 2004
4:18 pm
... Script-Fu does not support UTF-8 based characters. It is a known problem and is already in Bugzilla as an enhancement request. See bug #153747 ...
349 Xavier PITEL
xavierpitel Send Email
Jan 7, 2005
3:50 pm
Hi, I am trying to write a script-fu where I need to change the text written in an existing text layer. I haven't found a way to change the text (or at least...
350 Kevin Cozens
kcozens37 Send Email
Jan 7, 2005
4:10 pm
... You are more or less out of luck on this at the moment. It is a known problem that the text API in GIMP needs improvement. One possibility would be to...
351 Xavier PITEL
xavierpitel Send Email
Jan 7, 2005
4:18 pm
OK, I'll choose a clumsy solution until I have time to dive into Gimp plug-ins or the API is improved. Thanks anyway. Xavier ... De : Kevin Cozens...
352 Joao S. O. Bueno Call...
gwidion@... Send Email
Jan 7, 2005
4:40 pm
... Actually, writitng a plug-in would not help muh - this information is not avilable to plug-ins either. We have to a) formulate a resoanble, sane and...
353 Xavier PITEL
xavierpitel Send Email
Jan 7, 2005
5:52 pm
Joao, I'm trying to figure out what parasites are. Are those parasites deleted when you close GIMP, or do you find them again when you reopen an image? If not,...
354 Joao S. O. Bueno Call...
gwidion@... Send Email
Jan 7, 2005
6:52 pm
... Hi, thre is a a "presistent&quot; attribute to parasites. If set, the parasite is recorded in a image's XCF file....
355 Stuart Slaugh
stuartaslaugh Send Email
Feb 11, 2005
10:46 am
ok...i'm in -- It wasn't me...I swear......
356 Michael Schumacher
schumaml Send Email
Feb 11, 2005
4:12 pm
... In a group that is almost dead... and never was really alive :) I'm CCing the owner (at least I hope he still reads mails from this list) because of the...
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...
Messages 335 - 364 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