From: cristy Date: Mon, 6 May 2013 20:05:35 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3717 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=887d51397456172e41a9adc57dc04fdc90ff7e2f;p=imagemagick --- diff --git a/MagickCore/gem-private.h b/MagickCore/gem-private.h index 77d10d787..4e3ccc74c 100644 --- a/MagickCore/gem-private.h +++ b/MagickCore/gem-private.h @@ -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); }