More Info

Revision 529253

(Back to digest)
 

Bug Fixes in Graphics

Gilles Caulier committed changes in /trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/dimginterface.cpp:

digikam from trunk : patch from Paco about screen ICC color profile rules.

The implemented have been fixed about a crash generated by in DImg::convertToPixmap() witch return a null Pixmap.

The code isn't optimized : ICC color profile files are loaded from disk at each pixmap computation. better way is to load these files at Image Editor startup, store like bytes array into memory, and use it when we want.

File Changes

Modified 1 files
/trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/dimginterface.cpp
1 files changed in total