Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

script-fu

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 539
  • Category: Image Processing
  • Founded: Jan 26, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 735 - 786 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
735 Kevin Cozens
kcozens37 Send Email
Feb 2, 2007
5:21 am
... I don't think you really want them to be completely transparent as that would mean you can't see the images at all. If I understand what you are trying do ...
736 mbrethen Send Email Feb 6, 2007
4:30 pm
This is from the script: ; Advanced Line Art function: ; ; Requires: ; plug-in-sobel ; plug-in-gauss-rle ; plug-in-gimpressionist ; plug-in-grain ;...
737 mbrethen Send Email Feb 6, 2007
11:10 pm
... I tried the script this evening and it couldn't find the grain plugin. Anybody know where can I find one?...
738 Kevin Cozens
kcozens37 Send Email
Feb 7, 2007
5:29 pm
... If you need to determine what is available in GIMP, use the procedure browser. This will show you that all are available except for grain (at least in a...
741 loicprojet Send Email Mar 13, 2007
8:03 pm
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 Send Email
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_... Send Email
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_... Send Email
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_... Send Email
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_... Send Email
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_... Send Email
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 Send Email
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 Send Email
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 Send Email
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... Send Email 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 Send Email 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 Send Email
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 'shadows&#39; around the edges which I want to...
762 Steve
digitweak Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email 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... Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email
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... Send Email
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...
Messages 735 - 786 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help