If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
A general purpose high-pass filter plugin. It shows up as Filters->Generic->High Pass Filter. You can select a blur radius that sets the size of detail to be passed by the filter, a contrast adjustment, as well as an option to keep the source layer or replace it.
It actually implements 5 different high pass modes:
They are all straightforward, using the basic "duplicate, blur, invert, 50% opacity, merge down" process, with a few small details added for each, except the Redrobes mode. The steps he described were:
Get an image 1.
Blur it quite a lot 2.
Blur it until its a constant colour 3.
Use Image arithmetic to generate 2 - 3 => 4
Use Image arithmetic to generate 3 - 2 => 5
Take 1 and subtract 4 and add 5 => 6
While this is supposed to be the same as a basic filter with preserve DC offset, it seems to give slightly different results, so I left it in :)
For more details and sample images, see my blog post:
http://ffaat.pointclark.net/blog/archives/152-High-Pass-Filter-Plugin.ht...
| Attachment | Size |
|---|---|
| high-pass.scm | 6.2 KB |
Comments
Help?
Yeah, I'm with the lost person. I'm lost too; everytime I click the high-pass.scm thing, no download or even save comes up. Help?
Thank you
Very usefull plugin. Now I can make things like this http://www.gamasutra.com/features/20010523/hajba_01.htm
ai0
Lost
I am not a computer person, but I use gimp for my photography and I reeeeeeeeeeally don't understand how to download this filter...or script-fu... or whatever it is! Help?
To install high-pass.scm
Download high-pass.scm and put it in your scripts folder. On my computer its C:\Program Files\GIMP-2.0\share\gimp\2.0\scripts. You'll probably see a lot of other .scm files in there.
To use it, just select it from the menu: Image window -> Filters -> Generic -> High Pass Filter.
No complex assembly required. :)
excellent
Thanks for this plugin. Now we can do that sharpen thing of photoshop with the high pass :P.