Revision: 26521
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26521
Author: damien78
Date: 2010-02-01 18:46:19 +0100 (Mon, 01 Feb 2010)
Log Message:
-----------
Quicktime/QTKit : fix too dark images conversion issue
Modified Paths:
--------------
trunk/blender/source/blender/quicktime/apple/qtkit_import.m
Modified: trunk/blender/source/blender/quicktime/apple/qtkit_import.m
===================================================================
--- trunk/blender/source/blender/quicktime/apple/qtkit_import.m 2010-02-01
17:38:44 UTC (rev 26520)
+++ trunk/blender/source/blender/quicktime/apple/qtkit_import.m 2010-02-01
17:46:19 UTC (rev 26521)
@@ -186,7 +186,7 @@
pixelsWide:width
pixelsHigh:height
bitsPerSample:8
samplesPerPixel:3 hasAlpha:NO isPlanar:NO
-
colorSpaceName:NSCalibratedRGBColorSpace
+
colorSpaceName:NSDeviceRGBColorSpace
bitmapFormat:0
bytesPerRow:4*width
bitsPerPixel:32/*RGB
format padded to 32bits*/];
@@ -208,7 +208,7 @@
pixelsWide:width
pixelsHigh:height
bitsPerSample:8
samplesPerPixel:4 hasAlpha:YES isPlanar:NO
-
colorSpaceName:NSCalibratedRGBColorSpace
+
colorSpaceName:NSDeviceRGBColorSpace
bitmapFormat:0
bytesPerRow:4*width
bitsPerPixel:32/* RGBA */];
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs
