From 61dd4cd2e24a5cdf0e6c9f218a750f6439f78153 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 23 Aug 2010 11:46:12 +0000 Subject: DPX files are linear now, the gamma value in the file header should be on 1.0 then, otherwise software thinks it's linear with gamma applied. Verified on Arri Laser for film recording. --- source/blender/imbuf/intern/cineon/cineon_dpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/cineon') diff --git a/source/blender/imbuf/intern/cineon/cineon_dpx.c b/source/blender/imbuf/intern/cineon/cineon_dpx.c index aa1b8ca3447..a9b229536cb 100644 --- a/source/blender/imbuf/intern/cineon/cineon_dpx.c +++ b/source/blender/imbuf/intern/cineon/cineon_dpx.c @@ -53,7 +53,7 @@ static void cineon_conversion_parameters(LogImageByteConversionParameters *param params->blackPoint = 95; params->whitePoint = 685; - params->gamma = 1.7f; + params->gamma = 1.0f; params->doLogarithm = 0; } -- cgit v1.2.3