NOTICE: This package has been removed from pkgsrc

./wip/gimp-high-pass-filter, General purpose high-pass filter plugin for GIMP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2, Package name: gimp-high-pass-filter-1.2, Maintainer: pkgsrc-users

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:

1. Colour - I think this is the same as photoshop's high pass filter effect.
2. Preserve DC - like colour, but adds the average image colour back in.
3. Greyscale - this desaturates the layer before high pass filtering.
4. Greyscale, Apply Chroma - as above, but blends it in with the source
layer colours
5. Redrobes - (named after the technique described by Redrobes)


Required to run:
[graphics/gimp]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2013-01-23 22:54:13 by Thomas Klausner | Files touched by this commit (4) | Package removed
Log message:
Remove gimp-high-pass-filter, imported to pkgsrc/graphics.
   2012-11-03 13:11:09 by othyro | Files touched by this commit (1)
Log message:
Set USE_LANGUAGES to none and fixed PKGNAME. Updated to latest stable.
   2012-11-03 13:09:51 by othyro | Files touched by this commit (1)
Log message:
Another case of upstream replacing the distfile. However, this one is
versioned within the file, 1.2. Still using DIST_SUBDIR.
   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267)
Log message:
Remove obsolete @dirrm lines.
   2009-06-21 08:17:39 by othyro | Files touched by this commit (4) | Imported package
Log message:
Import gimp-high-pass-1.0 as wip/gimp-high-pass-filter.

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:

	1. Colour - I think this is the same as photoshop's high pass filter effect.
	2. Preserve DC - like colour, but adds the average image colour back in.
	3. Greyscale - this desaturates the layer before high pass filtering.
	4. Greyscale, Apply Chroma - as above, but blends it in with the source
		layer colours
	5. Redrobes - (named after the technique described by Redrobes)