(no title)
dfbrown | 7 years ago
Edit: Looking at the code more closely it looks like you were using Lab at one point but commented it out[3], so I'm guessing you're already aware of this.
1: https://stackoverflow.com/a/9019461/185171
2: https://en.wikipedia.org/wiki/CIELAB_color_space#CIELAB
3: https://github.com/worldveil/photomosaic/blob/bb720efda11383...
muzakthings|7 years ago
But you’re correct, generally that’s the space you want to be in.
gedy|7 years ago
I've done some similar work[1], but issue with L*ab color is it's terrifically slow to calculate diff, at least in JS.
[1] https://imgur.com/a/g3EzcSV
unknown|7 years ago
[deleted]
itronitron|7 years ago