Hi, I would like to use the procedure gimp-by-color-select. However I can't find the good parameters. Something it is wrong (gimp_by_color_select drawable...
742
Joao S. O. Bueno Call...
gwidion23
Mar 14, 2007 2:24 am
... in script fu, all the '_'should be replced by '-' That should vie you a start. Othe rlanguages, like Python. per or C use the form as given. js -><-...
743
dodo_do_not_wake_up
dodo_do_not_...
Mar 30, 2007 7:38 pm
hello hello ! I want The Gimp to copy a bitmap image from a file and then paste it into the current image at a x y position. Is this possible? thX Dorian...
744
dodo_do_not_wake_up
dodo_do_not_...
Mar 31, 2007 1:34 pm
... I managed to do what i wanted but how do I move a floating selection to x y ? I can't find a function for it :( thX Dorian...
745
dodo_do_not_wake_up
dodo_do_not_...
Mar 31, 2007 1:40 pm
... ok I figured it out needed to make a selection with (gimp-rect-select 38 3 3 256 168 0 0 0) before pasting Dorian...
746
dodo_do_not_wake_up
dodo_do_not_...
Apr 1, 2007 12:59 pm
http://www.freewebs.com/dodoecchi/ZCM%2Dnew.scm any idea? thX Dorian...
747
dodo_do_not_wake_up
dodo_do_not_...
Apr 1, 2007 2:07 pm
... i learned a lot about how variables works... so forget my previous script here is the new one but it still don't work... help please :( ...
748
Kevin Cozens
kcozens37
Apr 1, 2007 3:12 pm
... You either forgot (or did not know) that calls to GIMP functions return their values inside a list. You need to use 'car' to get the image ID returned from...
751
Jim Sabatke
jfsabatke
Apr 15, 2007 5:50 pm
I've tried the latest lab-wow.scm scripts from the yahoo site on gimp 2.3.15 and I get the following error at load time: script-fu-Warning: Error while...
752
Kevin Cozens
kcozens37
Apr 15, 2007 7:25 pm
... It hasn't been fixed yet. It contains a lot of set! calls on variables that were not previously defined. The first three 'set!' calls in the script for the...
754
script-fu@yahoogroups...
Apr 28, 2007 4:33 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 : /Experimental...
755
vabijou
Apr 28, 2007 4:43 am
I'm working on a script to align one layer with another by scaling, translating, and rotating the layer such that two points on that layer align with two...
761
Benct Philip Jonsson
melroch
May 19, 2007 5:43 pm
I have a set of scanned images of book pages that I want to clean up. They are the right size, but have black 'shadows39; around the edges which I want to...
762
Steve
digitweak
May 31, 2007 12:17 am
Hey all newbie here... I have a project that requires several processes to be applied to each image, save out 8 different sizes and 2 different aspect ratios...
763
rcook@...
owen_cook2000
May 31, 2007 1:11 am
... Have a look at david's Batch Processor, it is really good and mat meet your processing requirements http://members.ozemail.com.au/~hodsond/dbp.html Owen...
764
Kevin Cozens
kcozens37
May 31, 2007 4:09 am
... Sounds like something that you could also do with ImageMagick rather than using GIMP. If you want to do it in GIMP, you could write a script to do it, or...
768
jeff.perrin
Jun 7, 2007 11:33 am
Hello, I'm doing my first script and i have a problem. I load an image into Gimp 2.2, I make a selection and my script must paste the selection into a new...
769
Kevin Cozens
kcozens37
Jun 8, 2007 6:59 pm
... [snip] ... [snip] ... Are you certain about which version of GIMP you are using? I can't find an API entry 'plug-in-clipboard-paste-as-new' in either the...
776
Michael Schumacher
schumaml
Jul 11, 2007 9:41 am
Von: "divdi79" <divdi79@...> ... You have to create a display for this image. HTH, Michael -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free...
778
divdi79
Jul 12, 2007 3:45 am
yup im facing the same problem... dats where im stuck too.... ive tried copying the layer as well as the image bt neither works... any idea wat d add-alpha...
779
john doe
easternbikes...
Jul 12, 2007 3:00 pm
- if you want to duplicate an image you need to open another gimp image the same size or bigger, or scale the current image larger so it fits in with the other...
780
Kevin Cozens
kcozens37
Jul 12, 2007 3:08 pm
... Adding alpha to a layer allows you to have parts of it transparent (ie. you can "see through it") to the layer(s) below. I think you should clarify what it...
781
divdi79
Jul 13, 2007 8:44 am
Hey guys thanks a lot for ur help... i ws getttin mixed up at the images and layers execution... got it all figured out!!.... thanks for d info about add...
782
divdi79
Jul 16, 2007 5:54 am
hey guys dis is a new prob im facin.... ive written a script in which i specify d path in which d file is saved.... but i want to apply dat script for any...
785
Kevin Cozens
kcozens37
Jul 22, 2007 6:33 pm
... If you think a message is spam, ignore it. If you do feel the need to comment on it, edit the original message to remove most of it. Don't leave the entire...
786
Andrei Thomaz
andreithomaz...
Jul 29, 2007 2:37 am
hello list, I wrote a script to generate several frames (1000 to 3000) from an image with four layers. Basically, what the script does is to change the opacity...
787
Kevin Cozens
kcozens37
Jul 29, 2007 3:00 am
... [snip] ... The only variable that will have a changing value is nLayerStep2. The code you are showing has a value of 0 for the other three step values so...
788
andreithomazgmail
andreithomaz...
Jul 29, 2007 2:53 pm
hello Kevin, excuse me for not being clear enough. The variable nLayerStep2 doesn't change too. I can not understand why. I cut some code, but, when nFrame...
789
Kevin Cozens
kcozens37
Jul 31, 2007 10:34 pm
... [snip] ... Please put your script online somewhere so it can be viewed/downloaded. Also state which version of GIMP you are using. What you are reporting...
791
andreithomazgmail
andreithomaz...
Aug 1, 2007 4:10 am
hello Kevin, I got to fix the error. When I wrote: (if (= nFrameAtual 6) (set! nOpacidadeCamada2 100) (set! nIncrementoCamada2 0) ) The second line was ALWAYS...