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...
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
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
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
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@...
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
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@...
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
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
Nov 9, 2004 1:20 pm
... decomposition - but ... time you ... Thanks Jeff, I'll play with it some more! Steve...
347
Carol Spears
carolspears
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
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
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
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
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@...
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
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@...
Jan 7, 2005 6:52 pm
... Hi, thre is a a "presistent" attribute to parasites. If set, the parasite is recorded in a image's XCF file....
355
Stuart Slaugh
stuartaslaugh
Feb 11, 2005 10:46 am
ok...i'm in -- It wasn't me...I swear......
356
Michael Schumacher
schumaml
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
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
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...
Perfect! You answered my post beautifully. Thank you. The 'nth' snippets worked perfectly. Also, the 'gimp-message39; tip below will be a life-saver. FYI,...
361
Kevin Cozens
kcozens37
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
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
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
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...