diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-12-01 21:41:19 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-12-01 21:41:19 +0000 |
commit | 671a8d88def2e48e6ce8d5284af9433a3dfa8da8 (patch) | |
tree | 10dbe0ea6b0ea436cf8440c2daec655c8349e8b8 /graphics/Makefile | |
parent | 5df0b4cccced78fb5e98f17746753a5c9e440d93 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=122935
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 |