[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/kipi-plugins
From:       Jens Mueller <tschenser () gmx ! de>
Date:       2010-06-06 8:59:52
Message-ID: 20100606085952.9BBDDAC8CD () svn ! kde ! org
[Download RAW message or body]

SVN commit 1135045 by jmueller:

disable encoding of full sensor image for canon as it causes problems with some \
models

BUGS: 240749

 M  +2 -1      NEWS  
 M  +5 -4      dngconverter/dngwriter/dngwriter.cpp  


--- trunk/extragear/graphics/kipi-plugins/NEWS #1135044:1135045
@@ -39,5 +39,6 @@
 024 ==> PicasaWebExport   : 215688 : Attempted uploading pics to picasaweb.
 025 ==> AcquireImages     : 238150 : Scangui is untranslated, because it loads no \
reqired translation catalog.  026 ==> SmugExport        : 240420 : Patch to export \
                captions to smugmug.
-027 ==> 
+027 ==> DNGConverter      : 240749 : DNGConverter produces black files (Canon 5D \
mkII). +028 ==>
 
--- trunk/extragear/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp \
#1135044:1135045 @@ -220,10 +220,11 @@
         }
 
         bool useFullSensorImage = false;
-        if (identifyMake.make == "Canon")
-        {
-            useFullSensorImage = true;
-        }
+        // disable general fullsensor image see #240750
+        //if (identifyMake.make == "Canon")
+        //{
+        //    useFullSensorImage = true;
+        //}
 
         if (!rawProcessor.extractRAWData(inputFile(), rawData, identify, \
useFullSensorImage, 0))  {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic