Blender Git Loki
Git Commits -> Revision 55150ed
Revision 55150ed by Campbell Barton (master) January 23, 2009, 21:08 (GMT) |
[#18164] jpeg2000 patch, with some fixes from Peter too. Support for jpeg2000 and writing DCI Cinema standard files. Notes * 12 and 16bit channel depths are converted from/to blenders float buffer. * Grayscale/RGB with alpha supported. * Theres an option to save color channels as YCC rather then RGB. * Quality 100 saves lossless * The UI is a bit weired because of the DCI standards need to be given to the encoder. |
Commit Details:
Full Hash: 55150edc925e7d74398f39d5bf46212200f53324
SVN Revision: 18638
Parent Commit: 8a95c67
Lines Changed: +175, -5
16 Modified Paths:
/config/irix6-config.py (+1, -1) (Diff)
/config/linux2-config.py (+1, -1) (Diff)
/config/win32-vc-config.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+36, -0) (Diff)
/source/blender/blenkernel/SConscript (+3, -0) (Diff)
/source/blender/blenpluginapi/iff.h (+5, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+10, -0) (Diff)
/source/blender/imbuf/intern/readimage.c (+10, -1) (Diff)
/source/blender/imbuf/intern/util.c (+15, -1) (Diff)
/source/blender/imbuf/intern/writeimage.c (+8, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+12, -0) (Diff)
/source/blender/src/buttons_scene.c (+52, -1) (Diff)
/source/blender/src/filelist.c (+7, -0) (Diff)
/source/blender/src/SConscript (+3, -0) (Diff)
/source/blender/src/writeimage.c (+5, -0) (Diff)
/source/creator/creator.c (+3, -0) (Diff)
/config/linux2-config.py (+1, -1) (Diff)
/config/win32-vc-config.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+36, -0) (Diff)
/source/blender/blenkernel/SConscript (+3, -0) (Diff)
/source/blender/blenpluginapi/iff.h (+5, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+10, -0) (Diff)
/source/blender/imbuf/intern/readimage.c (+10, -1) (Diff)
/source/blender/imbuf/intern/util.c (+15, -1) (Diff)
/source/blender/imbuf/intern/writeimage.c (+8, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+12, -0) (Diff)
/source/blender/src/buttons_scene.c (+52, -1) (Diff)
/source/blender/src/filelist.c (+7, -0) (Diff)
/source/blender/src/SConscript (+3, -0) (Diff)
/source/blender/src/writeimage.c (+5, -0) (Diff)
/source/creator/creator.c (+3, -0) (Diff)