... this is interesting. if i understand it correctly, the python browser is doing the exact opposite. for example, i get from the browser: ...
388
Kevin Cozens
kcozens37
Oct 6, 2005 4:14 pm
... Take a look at the results from a search of Google images using the following URL: ...
387
Kevin Cozens
kcozens37
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...
386
Kevin Cozens
kcozens37
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...
385
lasm.rm
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...
384
Owen
owen_cook2000
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...
383
lasm
lasm.rm
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...
382
lasm.rm
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...
381
lasm.rm
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...
380
owen_cook2000
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...
379
script-fu@yahoogroups...
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 :...
378
lasm.rm
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...
377
Hubert Desgain
hdesgain
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...
376
Kevin Cozens
kcozens37
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...
375
Hubert Desgain
hdesgain
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...
371
tjacobs14450
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: ...
370
Kevin Cozens
kcozens37
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...
369
Tim Jacobs
tjacobs14450
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...
368
Kevin Cozens
kcozens37
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...
367
Michael Schumacher
schumaml
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...
366
Kevin Cozens
kcozens37
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...
365
Tim Jacobs
tjacobs14450
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 ...
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...
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 ...
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...
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 ...
360
epierce
eric_wmaker
Mar 18, 2005 4:34 am
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,...
... 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...
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...