paynekj wrote:
So for a pattern fill, you have to have selected the pattern to fill BEFORE running the script? because the script doesn't set the fill pattern before calling
(gimp-edit-bucket-fill logo-layer 2 0 100 0 0 0 0) ; Fill with pattern
and it helps readability if you could use the PATTERN-BUCKET-FILL constant instead of the magic number "2"
I didn't put in a "fill" pattern selection dialog in order to save room on the entry screen. I figure I'll need all the room I can get on that screen as more effects are added. The script uses GIMP's currently selected pattern for the pattern fill and it uses GIMPs currently selected Gradient for the gradient fill.
I like your suggestion on spelling out the fill type rather than using the number. As you probably noticed, I fully documented the script.
Oregonian wrote:
Very cool.

Can a selection choice be made in the script? Like do alpha to selection on something and have the script fill in the selection?
Done. I've added a test to see if a selection has been made before I do the alpha to selection in the script. Good suggestion! It will be in the next update.
Draconian wrote:
Here's a couple of quickies. On the second one I Gaussian blurred the drop shadow, selected the stroke layer, did Alpha to Selection and ran Neon, and then Glossy Stroke.
They look good. Is that a water droplet pattern you have there? I like it.
mahvin wrote:
Made my GIMP crash, using the File - Create - Logo Workshop. Rebooting now.
Bummer. Did you still have a problem? I can't imagine why this script would cause problems. I don't think I've done anything strange in there. If there is something odd, hopefully someone will spot it.
Ana wrote:
Oh,my....Love the script Gnutux

Thanks for sharing it

Thanks Ana. Nice Image. A reflection like you've done might be a good option for another added effect.
What steps did you take to create your image? Did you also apply other scripts?
Rod wrote:
Hey Tux how about adding an adjustable gloss selection.

I created a new layer from the text selection shrank by 6 and filled with white.Then set the opacity real low.
Great suggestion Rod. I'll add that as another option in the "added effect" drop down.