Revision 303ef81...
Go back to digest for 10th June 2012Features in Office
Boudewijn Rempt committed changes in [calligra/krita-lut_docker-rempt] krita/ui/canvas/kis_image_pyramid.cpp:
Use the rendering intent setting for displaying the image
Instead of relying on the implicit conversion inside bitBlt, which uses
INTENT_PERCEPTUAL by default, convert the bytes ourselves. This might
even give a small speedup since we call the conversion method only once
now.
It also makes it possible to use different ways of convering the
projection bytes, for instance with opencolorio.
File Changes
Modified 1 files
- krita/ui/canvas/kis_image_pyramid.cpp
1 files changed in total