Blender Git Commit Log

Git Commits -> Revision 7eeb8ac

Revision 7eeb8ac by Martin Poirier (master)
May 17, 2009, 16:19 (GMT)
Color proofing support with lcms (http://www.littlecms.com/).

Enable with WITH_LCMS (options have been added for scons).
lcms is very common on linux package managers, so no need to add in extern (IMHO). Libs for windows can be added to /lib

Code is mostly a proof of concept with hardcoded path for icc profile (taken from the lcms test suite).

Adding this now to svn so it doesn't rot on my hard drive. People interested in pushing it forward should feel free to dig in the code or poke me about it.

Commit Details:

Full Hash: 7eeb8ac01cea69fc8dbf3e4a58179b1026fc6198
SVN Revision: 20242
Parent Commit: 351086d
Lines Changed: +87, -4

12 Modified Paths:

/source/blender/blenkernel/BKE_colortools.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/colortools.c (+36, -0) (Diff)
/source/blender/blenkernel/SConscript (+3, -0) (Diff)
/source/blender/editors/space_image/image_draw.c (+19, -2) (Diff)
/source/blender/editors/space_image/image_header.c (+6, -1) (Diff)
/source/blender/editors/space_image/SConscript (+6, -1) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+1, -0) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -0) (Diff)
/tools/Blender.py (+3, -0) (Diff)
/tools/btools.py (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021