Hi, I have changed the group membership to restricted, so hopefully it will keep out those unwanted opportunistic spam. Those who advertise their wares have...
320
Gergely Kontra
g_e_r_g_o
Jun 18, 2004 5:58 pm
Hi! I tried to write a script based on this tutorial: http://gug.sunsite.dk/tutorials/ronq2/ The problem is how to use the Colors->Curves dialog. I want just a...
321
Dahu
dahu88
Jul 2, 2004 9:25 pm
Hello there I'm trying to write a script-fu with gimp 2.0.1 and when I try to launch it with the interface I have a weird error: (sorry the comments are in...
322
Jeff Trefftzs
jefftzs
Jul 2, 2004 11:22 pm
... Looks like you used underscores when you went to register the script, instead of hyphens. You have (script-fu-register "album_photo_texte" ^ ^ ... but...
323
Dahu
dahu88
Jul 3, 2004 4:39 pm
Thank you very much, that was the problem and my script works fine ;o) Dahu...
324
Sean A. Walberg
ertw1010
Jul 13, 2004 8:03 pm
I'm trying to modify the Round Button script (pupi-button.scm) that comes with Gimp 1.2 to make the buttons a constant width (rather than calculating width...
325
ertw1010
Jul 18, 2004 4:10 am
... It turns out that was my problem. I didn't realize that when a script defines an function, it's global. My script was calling the original do-pupibutton...
326
Trefftzs
jefftzs
Jul 20, 2004 11:21 am
327
Trefftzs
jefftzs
Jul 20, 2004 11:32 am
328
lasm.rm
Oct 4, 2004 5:52 am
Hi All, We have a lot of new comers here, but nobody seems to post anything for the past few months.. Is anyone working on an interesting script now ? regards,...
329
Scriptor
cas_the_author
Oct 4, 2004 3:48 pm
I'm one of those newcomers. I haven't even tried to write any, although I'd like to someday. I'm more interested right now in getting some new ones and tryig...
330
Eric Pierce
eric_wmaker
Oct 6, 2004 3:56 am
Check out some of these. http://pingus.seul.org/~grumbel/gimp/script-fu/scripts/ ... _______________________________ Do you Yahoo!? Declare Yourself - Register...
331
Scriptor
cas_the_author
Oct 7, 2004 4:27 pm
Thanks, Now all I have to do is figure out how to install them LOL Crystal...
332
epierce
eric_wmaker
Oct 26, 2004 5:13 am
Hi all, I have written my first Script-fu (for 2.1.7). It takes a selection and rounds the corners preserving the basic selection shape. It works just fine,...
333
Trefftzs
jefftzs
Oct 29, 2004 2:54 pm
334
Trefftzs
jefftzs
Oct 29, 2004 7:45 pm
335
Trefftzs
jefftzs
Nov 1, 2004 11:15 am
336
Trefftzs
jefftzs
Nov 1, 2004 12:36 pm
337
script-fu@yahoogroups...
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...
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 ...