Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 1:34 am

It isn't fast, and it probably has bugs, but it was a quick script in reponse to a request at GimpTalk:

http://silent9.com/incoming/sc ... ltrans.scm

This flood-fills the transparent and semi-transparent areas of an image with the coloured part of the image. It is a quick way to get rid of semi-transparent fringing when "Transfer Alpha to Layer Mask" is checked.

When not checked it is a trippy kind of effect.

here is a sample from left to right, the original image, without the transfer checked, with the transfer checked:
2011-11-24_012953.jpg
2011-11-24_012953.jpg (197.66 KiB) Viewed 35120 times


The script shows up under Layer->Transparency->Flood Fill Transparency (a better name would be appreciated...)

It probably works best with the slider at 1, but for big images it will be much faster to pull this up (you just loose more of the original edge the higher it is).

Have fun with it...

-Rob A>

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 1:47 am

Huh, what a clever idea, I'll have to try it out!

How do you collect the file? Or how do you save it?

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 1:51 am

Both results are very cool and useful.
Thanks!

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 1:54 am

Amanda, right click his link and then choose save link as... save to .gimp-2.6/scripts folder

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 2:16 am

Removing the halo fringe is a cool feature Rob, but that external fill effect is the bomb imo. Believe that should be considered a feature then something bad. Way too cool. :)

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 2:20 am

Again, way too cool, though I like your flower vase sample more. :)

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 2:51 am

Farm out! sorry couldn't help myself. :lol
I think RobA-Transfill is a good name. :)

Image

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 7:58 am

Rod wrote:Farm out! sorry couldn't help myself. :lol
I think RobA-Transfill is a good name. :)

Image


Right arm Rod! LOL.

Great script Rob. Thanks.

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 9:57 pm

so basically it makes the edges of the image transparent and a bit blurred is that right...bc thats what I am seeing

Re: Alternative script to Flaming Pear Solidify filter

Thu Nov 24, 2011 10:54 pm

akky wrote:so basically it makes the edges of the image transparent and a bit blurred is that right...bc thats what I am seeing


Essentially. It blurs the colour out from the edges to fill the transparent space. With the checkbox selected, it just takes the original alpha layer and moves it to the layer mask. I don't have any software the flaming pear plugin will work on (it doesn't work in XNView either) so was just going by internet examples.

-Rob A>

Re: Alternative script to Flaming Pear Solidify filter

Fri Nov 25, 2011 6:01 am

I've actually got a copy of PSP on my vm ware but not the flaming pear filter and I have no idea how to install it anyway.

Re: Alternative script to Flaming Pear Solidify filter

Fri Nov 25, 2011 8:06 am

Great script !

Re: Alternative script to Flaming Pear Solidify filter

Fri Nov 25, 2011 10:21 am

Most cool, RobA. I've been playing with it a bit and the more colorful the image, the more fun the background turns out. Thank you.

I had PSP for a long time before I switched to GIMP and I remember the Flaming Pear plugin. I never had it but wished I did.

Re: Alternative script to Flaming Pear Solidify filter

Sat Nov 26, 2011 8:54 pm

This is interesting using it with text. Made the text, duplicated the layer and ran the script on the bottom text layer.
Top text layer, used a drop shadow behind it.

Image
Font: Saisa by Toto
http://www.fontspace.com/toto/saisa

Re: Alternative script to Flaming Pear Solidify filter

Sat Nov 26, 2011 8:58 pm

That is one cool looking font O thanks for sharing it. :)
Nice results on the typography also.

Re: Alternative script to Flaming Pear Solidify filter

Sat Nov 26, 2011 9:02 pm

Rod wrote:That is one cool looking font O thanks for sharing it. :)
Nice results on the typography also.
Thanks Rod. I've decided when I post a text image in Gimp Chat, I will include the name of the font if it's not one of the standard ones and a path to the font. Easier than trying to remember the name of the font farther down the road. :hehe

The font, Saisa, was made by one of the fontmakers over in annexcafe fonts newsgroup. It's a brand new font.

Re: Alternative script to Flaming Pear Solidify filter

Sat Nov 26, 2011 10:04 pm

This is a great way to make an interesting but uncomplicated background!
Image

Re: Alternative script to Flaming Pear Solidify filter

Sun Nov 27, 2011 9:12 am

I got a note from Toto. He's uploaded the font to daFont now and it's available there:
http://www.dafont.com/saisa.font

Image

Re: Alternative script to Flaming Pear Solidify filter

Mon Nov 28, 2011 6:30 am

RobA could you expain the manual steps that the scripts automatize ?

We are wandering if the script may be ported to gmic (for the preview and possibility of multiple I/O ) http://www.flickr.com/groups/gmic/discu ... 157839921/ and we found hard decipher the steps from the code

Re: Alternative script to Flaming Pear Solidify filter

Mon Nov 28, 2011 8:34 am

Looks like select edges>grow edges>blur grown area...repeat... (some smoothing in there also) :)
Post a reply