Add an option for saving/loading DPX with in log color space with
commit9d5bfa118539f448e06681b02dbb259a70244310
authorDiego Hernan Borghetti <bdiego@gmail.com>
Mon, 10 Mar 2008 15:05:18 +0000 (10 12:05 -0300)
committerDiego Hernan Borghetti <bdiego@gmail.com>
Mon, 10 Mar 2008 15:05:18 +0000 (10 12:05 -0300)
tree3b39cfa1e6c0c0e5e5e387c1b5649d15ecbcc27b
parent3779a9b2995f0b80c924b03ab336b02ef9ad433b
Add an option for saving/loading DPX with in log color space with
reference black, reference white and gamma.

Added 16 bit TIFF saving.

This needs more work to cleanup code and add 16 bit TIFF reading, but
committing it now so it can be tested.

Author: Brecht Van Lommel
SVN revision: 14039
Date: 2008-03-10 08:39:37 -0300 (Mon, 10 Mar 2008)
14 files changed:
source/blender/blenkernel/intern/image.c
source/blender/blenkernel/intern/scene.c
source/blender/blenloader/intern/readfile.c
source/blender/imbuf/IMB_imbuf_types.h
source/blender/imbuf/intern/cineon/cineon_dpx.c
source/blender/imbuf/intern/cineon/cineonlib.c
source/blender/imbuf/intern/cineon/dpxlib.c
source/blender/imbuf/intern/cineon/logImageCore.c
source/blender/imbuf/intern/cineon/logImageCore.h
source/blender/imbuf/intern/cineon/logImageLib.c
source/blender/imbuf/intern/cineon/logImageLib.h
source/blender/imbuf/intern/tiff.c
source/blender/makesdna/DNA_scene_types.h
source/blender/src/buttons_scene.c