Blender Git Commit Log

Git Commits -> Revision 4e11fe6

Revision 4e11fe6 by Sergey Sharybin (master)
October 22, 2012, 12:49 (GMT)
Patch #27397: Improved DPX/Cineon code

Patch by Julien Enche, thanks!

From the patch comment:

It allows Blender to load:
- 1, 8, 10, 12 and 16 bits files. For 10 and 12 bits files, packed or
filled type A/B are supported.
- RGB, Log, Luma and YCbCr colorspaces.
- Big and little endian storage.
- Multi-elements (planar) storage.

It allows Blender to save :
- 8, 10, 12 and 16 bits file. For 10 and 12 bits files, the most used
type A padding is used.
- RGB and Log colorspaces (Cineon can only be saved in Log colorspace).
For Log colorspace, the common default values are used for gamma,
reference black and reference white (respectively 1.7, 95 and 685 for
10 bits files).
- Saved DPX/Cineon files now match the viewer.

Some files won't load (mostly because I haven't seen any of them):
- Compressed files
- 32 and 64 bits files
- Image orientation information are not taken in account. Here too,
I haven't seen any file that was not top-bottom/left-right oriented.

Commit Details:

Full Hash: 4e11fe6c5aec1d609e3ecc2218138b838d253ebf
SVN Revision: 51495
Parent Commit: 655e249
Lines Changed: +2791, -2445

23 Modified Paths:

/source/blender/blenkernel/intern/image.c (+24, -2) (Diff)
/source/blender/editors/space_image/image_buttons.c (+7, -2) (Diff)
/source/blender/imbuf/CMakeLists.txt (+0, -4) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+4, -0) (Diff)
/source/blender/imbuf/intern/cineon/cineonfile.h (+0, -134) (Diff)
/source/blender/imbuf/intern/cineon/cineonlib.c (+280, -730) (Diff)
/source/blender/imbuf/intern/cineon/cineonlib.h (+112, -38) (Diff)
/source/blender/imbuf/intern/cineon/cineon_dpx.c (+101, -128) (Diff)
/source/blender/imbuf/intern/cineon/cin_debug_stuff.h (+0, -4) (Diff)
/source/blender/imbuf/intern/cineon/CMakeLists.txt (+4, -1) (Diff)
/source/blender/imbuf/intern/cineon/dpxfile.h (+0, -128) (Diff)
/source/blender/imbuf/intern/cineon/dpxlib.c (+364, -611) (Diff)
/source/blender/imbuf/intern/cineon/dpxlib.h (+131, -31) (Diff)
/source/blender/imbuf/intern/cineon/logImageCore.c (+1447, -195) (Diff)
/source/blender/imbuf/intern/cineon/logImageCore.h (+176, -82) (Diff)
/source/blender/imbuf/intern/cineon/logImageLib.c (+0, -183) (Diff)
/source/blender/imbuf/intern/cineon/logImageLib.h (+0, -87) (Diff)
/source/blender/imbuf/intern/cineon/logmemfile.c (+89, -51) (Diff)
/source/blender/imbuf/intern/cineon/logmemfile.h (+30, -20) (Diff)
/source/blender/imbuf/intern/filetype.c (+2, -2) (Diff)
/source/blender/imbuf/intern/IMB_filetype.h (+3, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+6, -4) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+11, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021