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

List:       kde-commits
Subject:    koffice/krita/colorspaces
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2008-04-05 15:31:21
Message-ID: 1207409481.939902.25876.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 793907 by berger:

* fix the LMS profile to use the correct RGB32F profile name
* put back the depth for now, I will figure out later why it didn't work out

 M  +2 -2      lms_f32/lmsaf32.ctlp  
 M  +6 -6      xyz_float_hdr.ctl/xyzaf32.ctlp  


--- trunk/koffice/krita/colorspaces/lms_f32/lmsaf32.ctlp #793906:793907
@@ -26,12 +26,12 @@
     <transformations>
         <conversions>
             <conversion function="RGBAf32_to_LMSAf32">
-                <input colorModel="RGBA" depth="32" type="float" profile="scRGB" />
+                <input colorModel="RGBA" depth="32" type="float" profile="Standard \
RGB (sRGB)" />  <output colorModel="LMSA" depth="32" type="float" />
             </conversion>
             <conversion function="LMSAf32_to_RGBAf32">
                 <input colorModel="LMSA" depth="32" type="float" />
-                <output colorModel="RGBA" depth="32" type="float" profile="scRGB" />
+                <output colorModel="RGBA" depth="32" type="float" profile="Standard \
RGB (sRGB)" />  </conversion>
         </conversions>
     </transformations>
--- trunk/koffice/krita/colorspaces/xyz_float_hdr.ctl/xyzaf32.ctlp #793906:793907
@@ -101,19 +101,19 @@
     <transformations>
         <conversions>
             <conversion function="RGBAf32_to_XYZAf32">
-                <input colorModel="RGBA" type="float" profile="scRGB" />
-                <output colorModel="XYZA" type="float" />
+                <input colorModel="RGBA" depth="32" type="float" profile="scRGB" />
+                <output colorModel="XYZA" depth="32" type="float" />
             </conversion>
             <conversion function="XYZAf32_to_RGBAf32">
-                <input colorModel="XYZA" type="float" />
-                <output colorModel="RGBA" type="float" profile="scRGB" />
+                <input colorModel="XYZA" depth="32" type="float" />
+                <output colorModel="RGBA" depth="32" type="float" profile="scRGB" />
             </conversion>
             <conversion function="LABAi_to_XYZAf32">
                 <input colorModel="LABA" depth="16" type="integer" profile="Lab \
                built-in - (lcms internal)" />
-                <output colorModel="XYZA" type="float" />
+                <output colorModel="XYZA" depth="32" type="float" />
             </conversion>
             <conversion function="XYZAf32_to_LABAi">
-                <input colorModel="XYZA" type="float" />
+                <input colorModel="XYZA" depth="32" type="float" />
                 <output colorModel="LABA" depth="16" type="integer" profile="Lab \
built-in - (lcms internal)" />  </conversion>
         </conversions>


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

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