... 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 (/...
... 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...
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...
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...
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...
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...
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...
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...
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...
... 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" ...
... 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....
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...
... 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...
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...
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...
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...
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...
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...
... 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...
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...
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....
... 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...