Blender Git Commit Log

Git Commits -> Revision 0ec0f2a

Revision 0ec0f2a by Brecht Van Lommel (master)
March 10, 2008, 11:39 (GMT)

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.

Commit Details:

Full Hash: 0ec0f2a02fb4d6e87db8fe8c7b9027ceab0263af
SVN Revision: 14039
Parent Commit: 397ece0
Lines Changed: +174, -72

14 Modified Paths:

/source/blender/blenkernel/intern/image.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+5, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+1, -0) (Diff)
/source/blender/imbuf/intern/cineon/cineonlib.c (+8, -4) (Diff)
/source/blender/imbuf/intern/cineon/cineon_dpx.c (+20, -4) (Diff)
/source/blender/imbuf/intern/cineon/dpxlib.c (+9, -5) (Diff)
/source/blender/imbuf/intern/cineon/logImageCore.c (+29, -0) (Diff)
/source/blender/imbuf/intern/cineon/logImageCore.h (+4, -0) (Diff)
/source/blender/imbuf/intern/cineon/logImageLib.c (+4, -1) (Diff)
/source/blender/imbuf/intern/cineon/logImageLib.h (+1, -0) (Diff)
/source/blender/imbuf/intern/tiff.c (+66, -57) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+6, -0) (Diff)
/source/blender/src/buttons_scene.c (+12, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021