]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 6 May 2013 20:05:35 +0000 (20:05 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 6 May 2013 20:05:35 +0000 (20:05 +0000)
MagickCore/gem-private.h

index 77d10d7872be6b95afc7ee02a74467a8a0abcc14..4e3ccc74c12a841844546c187143593db10dfcc8 100644 (file)
@@ -115,9 +115,9 @@ static inline void ConvertLuvToXYZ(const double L,const double u,const double v,
   else
     *Y=L/CIEK;
   *X=((*Y*((39.0*L/(v+13.0*L*(9.0*D65Y/(D65X+15.0*D65Y+3.0*D65Z))))-5.0))+
-    5.0*(*Y))/((((52.0f*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z))))-1.0)/
+    5.0*(*Y))/((((52.0*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z))))-1.0)/
     3.0)-(-1.0/3.0));
-  *Z=(*X*(((52.0f*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z))))-1.0)/3.0))-
+  *Z=(*X*(((52.0*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z))))-1.0)/3.0))-
     5.0*(*Y);
 }