diff options
author | markus <markus@FreeBSD.org> | 2004-12-02 05:41:19 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-12-02 05:41:19 +0800 |
commit | 18830c92c0a41efe947fb746797da4ab0d75c575 (patch) | |
tree | f1511663e201a1f0b26b13f1dc4f4a7c869df491 /graphics/Makefile | |
parent | 0192af56cdbd4f56fe214a4cfd809cc3331b66a5 (diff) | |
download | freebsd-ports-gnome-18830c92c0a41efe947fb746797da4ab0d75c575.tar.gz freebsd-ports-gnome-18830c92c0a41efe947fb746797da4ab0d75c575.tar.zst freebsd-ports-gnome-18830c92c0a41efe947fb746797da4ab0d75c575.zip |
Add digikamimageplugins 0.7.0, a collection of image editor plugins for
Digikam. These plugins add new image treatment options like color management,
filters, or special effects.
Image improvements:
- Adjust levels : a plugin to adjust the image histogram levels manually.
- Despeckle : A noise reduction filter (using on Gimp 2.0 algorithm).
- Unsharp : An unsharped mask image filter (using on Gimp 2.0 algorithm).
Special effects:
- SolarizeImage : a plugin to solarize an image.
- OilPaint : an oil painting effect filter (using Pieter Voloshyn algorithm).
- Emboss : an embossed image effect filter (using Pieter Voloshyn algorithm).
- Raindrops : adding the visual effect of raindrops to an image (using Pieter
Voloshyn algorithm).
- Charcoal : a charcoal drawing image effect filter.
- FilmGrain : simulate film grain to an image.
WWW: http://extragear.kde.org/apps/digikamimageplugins.php
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b6011f41e898..6c2c9b604531 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -60,6 +60,7 @@ SUBDIR += diacanvas SUBDIR += diacanvas2 SUBDIR += digikam + SUBDIR += digikamimageplugins SUBDIR += divxcalc SUBDIR += djvulibre SUBDIR += dore |