Re: [Gimp-user] Using a filter from within script-fu

2012-08-23 Thread Rob Antonishen
In the procedure browser (not the plugin browser) You can see the parameters: run-mode image drawable propagate mode - 0:white, 1:black, 2:middle value 3:foreground to peak, 4:foreground, 5:background, 6:opaque, 7:transparent propagating-channel - HISTOGRAM-VALUE uses the value, you can also use

Re: [Gimp-user] Using a filter from within script-fu

2012-08-22 Thread Kevin Brubeck Unhammer
Rune K. Svendsen runesv...@gmail.com writes: Hi list I'm learning how to write script-fu scripts. I've managed to resize an image, but I would like to use a filter from within the script-fu script, applying it to the image after it's been resized. More specifically, I'd like to run the

Re: [Gimp-user] Using a filter from within script-fu

2012-08-22 Thread Rob Antonishen
I use it in http://ffaat.pointclark.net/incoming/scripts/FlattingTools_24.scm There I call it like: (plug-in-dilate RUN-NONINTERACTIVE img inLayer 1 HISTOGRAM-VALUE 1.0 7 0 255) Check out the PDB to determine the parameters. -Rob A -- *From:* Rune K. Svendsen