Revision 665605
Go back to digest for 20th May 2007Features in Graphics
Cyrille Berger Skott committed changes in /trunk/playground/graphics/krita-plugins:
- add a library for stuff common to different plugins (and for stuff which will be need to be moved in krita/image)
- add a simple pyramid decomposition
- add a pyramid sharpening filter (currently, it only serves to test the pyramid decomposition)
- move the generic colorspace to kritapluginscommon lib- backport the fast bluring for panorama
File Changes
Added 10 files
- /trunk/playground/graphics/krita-plugins
- /lib
- /filters/PyramidalSharpening
- /lib/CMakeLists.txt
- /lib/kis_basic_math_toolbox2.cpp
- /lib/kis_basic_math_toolbox2.h
- /lib/kis_generic_colorspace.h
- /filters/PyramidalSharpening/CMakeLists.txt
- /filters/PyramidalSharpening/kritaPyramidalSharpening.desktop
- /filters/PyramidalSharpening/PyramidalSharpening.cc
- /filters/PyramidalSharpening/PyramidalSharpening.h
Deleted 1 files
- /trunk/playground/graphics/krita-plugins/viewplugins/panorama/kis_generic_colorspace.h
Modified 5 files
- /trunk/playground/graphics/krita-plugins
- /CMakeLists.txt
- /filters/CMakeLists.txt
- /viewplugins/panorama/CMakeLists.txt
- /viewplugins/panorama/matching.cpp
- /viewplugins/panorama/panorama.cpp
16 files changed in total