]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 1 Jan 2013 00:44:44 +0000 (00:44 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 1 Jan 2013 00:44:44 +0000 (00:44 +0000)
MagickCore/colorspace.c

index 8f7da471f14a0e2e8bbb8c7f2477987ddac7a690..5484a1bfcfdc530e76a3539966187291e505f59a 100644 (file)
@@ -159,9 +159,9 @@ static inline void ConvertRGBToXYZ(const double red,const double green,
 static inline void ConvertXYZToLab(const double X,const double Y,const double Z,
   double *L,double *a,double *b)
 {
-#define D65X  (0.950470f)
+#define D65X  (0.950456f)
 #define D65Y  (1.0f)
-#define D65Z  (1.088830f)
+#define D65Z  (1.088754f)
 #define CIEEpsilon  (216.0f/24389.0f)
 #define CIEK  (24389.0f/27.0f)