projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a4e0f
)
(no commit message)
author
cristy
<urban-warrior@git.imagemagick.org>
Mon, 6 May 2013 20:05:35 +0000
(20:05 +0000)
committer
cristy
<urban-warrior@git.imagemagick.org>
Mon, 6 May 2013 20:05:35 +0000
(20:05 +0000)
MagickCore/gem-private.h
patch
|
blob
|
history
diff --git
a/MagickCore/gem-private.h
b/MagickCore/gem-private.h
index 77d10d7872be6b95afc7ee02a74467a8a0abcc14..4e3ccc74c12a841844546c187143593db10dfcc8 100644
(file)
--- 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.0
f
*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.0
f
*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);
}