... There is a SRFI about random number generators, http://srfi.schemers.org/srfi-27/srfi-27.html ... if you want a 0.0 to 1.0 range, then something like (/...
853
Kevin Cozens
kcozens37
May 21, 2008 3:32 pm
... The rand and random functions only return exact (integer) values. (rand . modulus) Computes a random number from 0 to modulus-1. If modulus is not...
854
Rob Antonishen
Rob_Ant
May 21, 2008 6:23 pm
Thanks, all. -Rob A>...
855
Joao S. O. Bueno
gwidion23
May 21, 2008 11:52 pm
... No - both brush scaling and jitter parameters are missing from the current PDB API for stroking. js -><-...
860
Melanie
roaddummy2000
Jun 18, 2008 2:15 am
Hello! I use GIMP for digi scrapping and designing my own kits. I am just learning about designing my own kits and belong to an aspiring designers group. I...
861
Rob Antonishen
Rob_Ant
Jun 19, 2008 8:31 pm
Is there an equivalent to the "Selection to Path" menu item available in a script-fu? I can only find the other way (gimp-vectors-to-selection) Thanks, -Rob A>...
... Gah! Sorry Rob. I think I am just tired. but I found the "real thing" - I hope it still works, as it looks it has ot been updated with the vectors...
864
Rob Antonishen
Rob_Ant
Jun 20, 2008 3:14 pm
Thanks JS - That is what I was looking for! -Rob A. [Non-text portions of this message have been removed]...
867
dalton_spence
Sep 5, 2008 5:50 am
I need help (which is no surprise to anyone who knows me ;)). I'm new to Script-Fu, and I want to use (gimp-vectors-stroke-new-from-points) to draw a five...
868
Rob Antonishen
Rob_Ant
Sep 5, 2008 1:05 pm
Hia Dalton! 1) Set the control points the same as the anchor points for straight segments, 2) They aren't schemem pairs, it is a just a big list. So for a...
869
Dalton S. Spence
dalton_spence
Sep 6, 2008 12:28 pm
On Friday, September 05, 2008 9:05 AM, "Rob Antonishen" <rob.antonishen@...> wrote ... It turns out this is an "array" data type, which is functionally...
870
Rob Antonishen
Rob_Ant
Sep 6, 2008 2:34 pm
Glad something helped :) I thought your first question was whether it was an array of x/y lists or an array of values. Either way, glad you worked it out. Rob...
871
Dalton S. Spence
dalton_spence
Sep 6, 2008 9:42 pm
On Saturday, September 06, 2008 10:34 AM, "Rob Antonishen" <rob.antonishen@...> wrote; ... Well, I'm awake again, and ready for more lessons at the feet...
872
Alec Burgess
alecb3ca
Dec 5, 2008 7:42 am
script below was created by Saul Goode I think I had it working in GIMP 2.4 but it fails in GIMP 2.6.3 with error: Error: eval: unbound variable:...
873
Kevin Cozens
kcozens37
Dec 5, 2008 4:49 pm
... The above change is required but that isn't the cause of "unbound variable". Omitting the value for a variable will give you a "bad syntax of binding" ...
876
Kevin Cozens
kcozens37
Jan 8, 2009 7:48 pm
... In order for the above to work you must have at least one open image before running the script. ... The "define" function is used to define something (ie....
883
giichil
Jul 7, 2009 12:19 am
http://nerds-central.blogspot.com/2007/02/writing-new-and-exciting-filters-for.html This guy Alex Turner has made an interesting tutorial on creating an .scm...
884
Rob Antonishen
Rob_Ant
Jul 7, 2009 2:41 am
The full scm code is half way down his post. Just copy and paste into a scm file! -Rob A> ... -- Sent from my mobile device...
886
pugpomyorkiechi
Oct 21, 2009 4:30 am
Just what can I do in gimp . downloaded it and wow I don't know where to start. advise? mim...
887
Jim
jimhjort
Oct 21, 2009 8:47 am
... Hey. Try these first, if you like. They are smaller and less complicated than the current Gimp releases, and can get your feet wet with the layout and...
888
weisbeek
Oct 21, 2009 6:27 pm
Hello, Actually I think currently it is best to learn how to use the regular GIMP versions. As far as I know the development of GimpShop has already been...
889
Kevin Cozens
kcozens37
Oct 21, 2009 6:46 pm
Greetings, everyone. There is little point in sending any more messages to the group in regards to this topic. The person who asked the question left the group...
890
weisbeek
Oct 21, 2009 7:48 pm
Kevin, Thanks for your update. Quite unfortunate that this person already left the group and did not receive our suggestions. But that's life... I have never...
891
Alchemie foto\gra...
fotocomics
Oct 25, 2009 2:41 pm
Those information are not correct ... They are no smaller no less complicated on the contrary Gimphoto include a lot of additional plugins so even more...
925
H. Rob
frohro
Jan 28, 2011 12:57 am
Hi, I want to select four corners of a white board photo to do a perspective transformation and to crop to in a script-fu script. Is there a good way to do...
926
Joao S. O. Bueno
gwidion23
Jan 28, 2011 1:18 am
... There is no official way to do that for script-fu or automatically-generated interface python-fu scripts (appart from asking the user to type each...
927
Rob Frohne
frohro
Jan 28, 2011 1:38 am
Thanks! I was suspicious that was the only way, but I was hoping I was wrong. Again, thanks, Rob ... -- Rob Frohne, Ph.D., P.E. E.F. Cross School of...
948
warrensmith631
Sep 24, 2011 7:58 pm
I am trying to learn GIMP but I have a lot of problems using scripts. I put them in the scripts folder with all the other .SCM's but can't find them in GIMP....
949
Kevin Cozens
kcozens37
Sep 25, 2011 2:23 pm
... It refers to the sub-menus under the Create menu entry located under the main File menu. Many Script-Fu scripts which create new images (not ones that...