]> mj.ucw.cz Git - libucw.git/commit
Faster sRGB -> Luv colorspace conversion.
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Mon, 1 May 2006 08:56:40 +0000 (10:56 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Mon, 1 May 2006 08:56:40 +0000 (10:56 +0200)
commitd1fd4b0760bb5d06d7eed80f759de005d2ad44f9
tree1624b31527ab008fe9f48b9496710e489694df17
parent19b12adae1eafc2b9fde886157ab3a35d80705dc
Faster sRGB -> Luv colorspace conversion.
I tried to implement two different algorithms. The first
one directly evaluates the conversion formula while the second
one is general interpolation of continous 3-dimensional function
f: [0,255]^3 -> [0,255]^3 given by a grid of sample values.
images/color.c [new file with mode: 0644]
images/color.h [new file with mode: 0644]
images/color.t [new file with mode: 0644]