------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=151345 cyb lepi org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From cyb lepi org 2007-11-30 22:36 ------- SVN commit 743410 by berger: introduce a global cache for color conversion transformation (it's internal to KoColorSpace but shared between instance), it replaced the old code that was specific to one instance, and didn't work when a color space is destroyed. On a side note, the new cache take into account the rendering intent. The bug fix can't easily be applied to the stable branch, so next stable release won't include, but it's going to be in next major release. BUG:151345 M +1 -0 CMakeLists.txt A KoColorConversionCache.cpp [License: LGPL (v2+)] A KoColorConversionCache.h [License: LGPL (v2+)] M +2 -0 KoColorConversionSystem.h M +12 -0 KoColorConversionTransformation.cpp M +5 -0 KoColorConversionTransformation.h M +4 -40 KoColorSpace.cpp M +10 -0 KoColorSpaceRegistry.cpp M +6 -0 KoColorSpaceRegistry.h WebSVN link: http://websvn.kde.org/?view=rev&revision=743410