Blender Git Commit Log

Git Commits -> Revision f80ea57

Revision f80ea57 by Sergey Sharybin (master)
July 2, 2012, 16:38 (GMT)
Color management: added support of color applying color transform on save

This applies to files when saving from image editor and when saving
render result.

Currently only works for images which has got float buffer and saving
happens to byte formats (such as PNG, JPEG). Also supports applying
color management for preview jpegs when main buffer is saving into
OpenEXR file.

As default transform when saving from image editor would be the same
settings as image editor uses itself.

Defaults for color correction of rendered images would be default
display name, no view transform and default values for gamma and
exposure.

Commit Details:

Full Hash: f80ea57d31c7f58424fb4d734bcbcc6a958a38da
SVN Revision: 48499
Parent Commit: 896fb9f
Lines Changed: +196, -27

13 Modified Paths:

/source/blender/blenkernel/BKE_image.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/colortools.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+14, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+24, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+49, -6) (Diff)
/source/blender/imbuf/IMB_colormanagement.h (+3, -0) (Diff)
/source/blender/imbuf/intern/colormanagement.c (+69, -16) (Diff)
/source/blender/makesdna/DNA_color_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+0, -3) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+11, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+19, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021