[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31994] trunk/blender/source/blender/nodes /intern/CMP_nodes/CMP_image.c: bugfix [#23706] SEGFAULT: File Load of EXR

Campbell Barton ideasman42 at gmail.com
Tue Sep 21 03:49:17 CEST 2010


This bug is become of some confusing logic with color management
For byte images converting to float any color profile other then
IB_PROFILE_NONE gets converted to IB_PROFILE_LINEAR, but the profile
flag is not set.
So IB_PROFILE_SRGB needs to be treated as IB_PROFILE_LINEAR.

Fixed in SVN but would be good to document the logic behind this.

On Mon, Sep 20, 2010 at 11:21 PM, Daniel Salazar - 3Developer.com
<zanqdo at gmail.com> wrote:
> Hi Cam, this commit messes up the importing of images in the compositor
>
> Old / Right behavior:
> http://pasteall.org/pic/show.php?id=5897
>
> New / Wrong behavior:
> http://pasteall.org/pic/show.php?id=5898
>
> cheers
>
> Daniel Salazar
> www.3developer.com
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>



-- 
- Campbell


More information about the Bf-committers mailing list