diff --git a/.cvsignore b/.cvsignore index 042ef53..15275a4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -digikamimageplugins-0.8.0.tar.bz2 +digikamimageplugins-0.8.1.tar.bz2 diff --git a/digikamimageplugins.spec b/digikamimageplugins.spec index 466300a..a2b13cb 100644 --- a/digikamimageplugins.spec +++ b/digikamimageplugins.spec @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.0 -Release: 2%{?dist} +Version: 0.8.1 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -22,41 +22,56 @@ Requires: digikam >= %{version} #Requires: digikam < 0.9 Requires: ImageMagick - %description DigikamImagePlugins are a collection of plugins for digiKam Image Editor and showfoto (digiKam stand alone image editor implementation). These plugins add new image treatment options like color management, filters, or special effects. -Currently implemented plugins are listed below: +Currently implemented plugins include: * Image improvements: - o icon Adjust levels : a tool to adjust the photograph histogram levels - manually. - o icon Adjust curves : a tool to adjust the photograph colors using curves. - o icon Noise Reduction : a photograph noise reduction filter. - o icon Unsharp : a photograph unsharp mask filter to unblur picture without + o Adjust levels : a tool to adjust the photograph histogram levels. + o Adjust curves : a tool to adjust the photograph colors using curves. + o Noise Reduction : a photograph noise reduction filter. + o Unsharp : a photograph unsharp mask filter to unblur picture without increase noise. - o icon Lens Distortion : a tool for correct lens spherical aberration on + o Lens Distortion : a tool for correct lens spherical aberration on + photograph. + o Anti Vignetting : a tool for correct vignetting on photograph. + o Channel Mixer : a tool to mix the photograph color channels. + o White Balance : a tool to adjust white color temperature balance of photograph. - o icon Anti Vignetting : a tool for correct vignetting on photograph. + o Photograph Restoration : a tool to reduce photograph artifacts + (CImg library). + o Photograph Inpainting : a tool to remove unwanted photograph area + (CImg library). * Transformation tools: - o icon Free Rotation : a plugin to rotate a photograph with a free angle - in degrees. - o icon Shear Tool : a plugin to shear a photograph horizontally and - vertically. - o icon Perpective Tool : a plugin to adjust the photograph perpective. + o Free Rotation : a plugin to rotate a photograph with a free angle in + degrees. + o Shear Tool : a plugin to shear a photograph horizontally and vertically. + o Perpective Tool : a plugin to adjust the photograph perpective. + o Blowup Photograph : a plugin to blowup a photograph without less image + quality using CImg library. * Image tools: - o icon Template Superimpose : a tool for superimpose a template on - photograph. - o icon Add Border : a tool for add border around a photograph. + o Template Superimpose : a tool for superimpose a template on photograph. + o Add Border : a tool for add border around a photograph. + o Insert Text : a tool for insert text under a photograph. + o Apply Texture : a tool to apply a decorative texture to a photograph. * Special effects: - o icon Solarize : a plugin to solarize a photograph. - o icon Oil Paint : simulate oil painting on photograph. - o icon Emboss : an effect filter to emboss photograph. - o icon Rain Drops : adding the visual effect of raindrops on photograph. - o icon Charcoal : simulate charcoal drawing on photograph. - o icon FilmGrain : simulate film grain on photograph. + o Solarize : a plugin to solarize a photograph. + o Oil Paint : simulate oil painting on photograph + (using Pieter Voloshyn algorithm). + o Emboss : an effect filter to emboss photograph + (using Pieter Voloshyn algorithm). + o Rain Drops : adding the visual effect of raindrops on photograph + (using Pieter Voloshyn algorithm). + o Charcoal : simulate charcoal drawing on photograph. + o FilmGrain : simulate film grain on photograph. + o Infrared : simulate infrared film effect on photograph. + o Blur FX : apply bluring special effects on photograph + (using Pieter Voloshyn algorithms). + o Distortion FX : apply distortion special effects on photograph + (using Pieter Voloshyn algorithms). %prep @@ -131,6 +146,11 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %changelog +* Thu Feb 16 2006 Rex Dieter 0.8.1-1 +- 0.8.1 +- update %%description (it's getting pretty long, maybe consider + omitting detailed list of available plugins) + * Tue Feb 14 2006 Rex Dieter - BR: %%version <= digikam < 0.9 diff --git a/sources b/sources index 888712e..0bece26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6670e0411dbf71ec9faeee087fc4f79a digikamimageplugins-0.8.0.tar.bz2 +825f08d0a9f4b28b4b18c639be23152f digikamimageplugins-0.8.1.tar.bz2