Blender Git Commit Log
Git Commits -> Revision 370a8ee
Revision 370a8ee by Quentin Wenger (master) January 14, 2016, 10:33 (GMT) |
Add compression modes for TIFF images This patch aims at providing multiple compression modes for TIFF output, particularly uncompressed mode. At this moment have None, Deflate, LZW and Pack Bits modes been integrated, mimicking The GIMP export modes (except JPEG mode, which returned encoding errors). More modes could be added if needed. Default remains Deflate. Reviewers: campbellbarton, mont29, sergey Differential Revision: https://developer.blender.org/D1709 |
Commit Details:
Full Hash: 370a8ee7417f37bbedf814582d9f14e855da0c3e
Parent Commit: 1f273ce
Committed By: Sergey Sharybin
Lines Changed: +71, -4
6 Modified Paths:
/source/blender/blenkernel/intern/image.c (+22, -1) (Diff)
/source/blender/editors/space_image/image_buttons.c (+4, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+5, -1) (Diff)
/source/blender/imbuf/intern/tiff.c (+9, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+12, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+19, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+4, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+5, -1) (Diff)
/source/blender/imbuf/intern/tiff.c (+9, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+12, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+19, -0) (Diff)