Revision 172cff1...

Go back to digest for 12th February 2012

Features in Graphics

Francesco Riosa committed changes in [digikam] /:

Make possible to compile with lcms2

This is the initial phase of the porting, a wrapper has been placed
inbetween lcms and digikam. While for lcms1 it's a simple redirect for
lcms2 instead function are executed, mostly to cast values.

As is digikam loses functionality (and possibly stability) because of
the incomplete/untested code with lcms2, for this reason THE DEFAULT
STILL IS LCMS1, obviously this has to change in the near future.

function that still need porting are:
- cmsErrorAction
- cmsGetProfileICCversion
- cmsTake*

File Changes

Added 2 files
  • /dklcms
  •   libs/digikam-lcms.cpp
  •   libs/digikam-lcms.h
Modified 8 files
  •   CMakeLists.txt
  •   digikam/CMakeLists.txt
  •   digikam/utils/config-digikam.h.cmake
  •   libs/widgets/iccprofiles/cietonguewidget.cpp
  •   libs/widgets/iccprofiles/cietonguewidget.h
  •   libs/widgets/iccprofiles/iccprofilewidget.cpp
  •   libs/dimg/filters/icc/iccprofile.cpp
  •   libs/dimg/filters/icc/icctransform.cpp
10 files changed in total