Blender Git Commit Log
Git Commits -> Revision b1a832a
Revision b1a832a by Damien Plisson (master) October 29, 2009, 18:06 (GMT) |
Mac / COCOA : Imbuf - replace libtiff by calls to Cocoa services to load/save tiff files (Libtiff, dynamically linked is not distributed with OS X, and would have had to be shipped for all four architectures) The imb_cocoaLoadImage & imb_cocoaSaveImage are generic towards the bitmap format, and thus can handle TIFF, GIF, JPG, JP2000, BMP and raw camera formats (read-only for these), even if today only TIFF is used as the other formats are already handled. - CMake updated - scons updated (Thx to Jens Verwiebe) |
Commit Details:
Full Hash: b1a832a7e2f2574d4f11a5aad0caf97318142ac7
SVN Revision: 24159
Parent Commit: f5d62d8
Lines Changed: +490, -9
2 Added Paths:
/source/blender/imbuf/intern/imbuf_cocoa.m (+382, -0) (View)
/source/blender/imbuf/intern/IMB_cocoa.h (+43, -0) (View)
/source/blender/imbuf/intern/IMB_cocoa.h (+43, -0) (View)
8 Modified Paths:
/intern/ghost/SConscript (+4, -4) (Diff)
/SConstruct (+5, -0) (Diff)
/source/blender/imbuf/CMakeLists.txt (+8, -2) (Diff)
/source/blender/imbuf/intern/readimage.c (+15, -2) (Diff)
/source/blender/imbuf/intern/writeimage.c (+19, -1) (Diff)
/source/blender/imbuf/SConscript (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/creator/creator.c (+7, -0) (Diff)
/SConstruct (+5, -0) (Diff)
/source/blender/imbuf/CMakeLists.txt (+8, -2) (Diff)
/source/blender/imbuf/intern/readimage.c (+15, -2) (Diff)
/source/blender/imbuf/intern/writeimage.c (+19, -1) (Diff)
/source/blender/imbuf/SConscript (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/creator/creator.c (+7, -0) (Diff)