More Info

Revision 691294

(Back to digest)
 

Features in Office

Emanuele Tamponi committed changes in /trunk/koffice/krita/plugins/viewplugins/painterlymixer:

The new infrastructure for the Mixer is here!
It's still slow, I can neither valgrind nor gdb nor profile in this machine because it has not enough RAM.
- Now the Mixer has the possibility to handle Illuminants
- It uses a KisKSColorSpace that I thought to be fast, but I've to improve its ::toRgbA16 method.
- I've already added a cache to that method but it's very rudimental.
- The mix should look realistic all over the time, but it still does some approximations that I've to fix.
- Enjoy!

File Changes

Added 12 files
/trunk/koffice/krita/plugins/viewplugins/painterlymixer
 
/CIEXYZ10deg.txt
 
/colorspot.cpp
 
/colorspot.h
 
/IlluminantD65.ill
 
/kis_illuminant_profile.cpp
 
/kis_illuminant_profile.h
 
/kis_ks_colorspace.cpp
 
/kis_ks_colorspace.h
 
/tests
 
/tests/CMakeLists.txt
 
/tests/illuminant_test.cpp
 
/tests/illuminant_test.h
Deleted 2 files
/trunk/koffice/krita/plugins/viewplugins/painterlymixer
 
/utilities.cpp
 
/utilities.h
Modified 10 files
/trunk/koffice/krita/plugins/viewplugins/painterlymixer
 
/CMakeLists.txt
 
/kis_painterly_information.h
 
/kis_painterlymixer.cpp
 
/kis_painterlymixer.h
 
/mixercanvas.cpp
 
/mixercanvas.h
 
/mixertool.cpp
 
/mixertool.h
 
/painterlymixer.cpp
 
/painterlymixer.h
24 files changed in total