JuliaAttic / Color.jl

Basic color manipulation utilities.
Other
47 stars 21 forks source link

Implementation of DIN99o color space #27

Closed m-lohmann closed 10 years ago

m-lohmann commented 10 years ago

Implementation of the DIN99o color space, an optimization of the DIN99 color space, similar to DIN99d. As glenn-sweeny already mentioned there exist a couple of modifications/optimizations of the DIN99 color space. I found that DIN99o has become increasingly important in color science, as the growing use of this color space in academic literature and, for example in the printing industry (Fogra Graphic Technology Research Association), show.

As glenn-sweeny already mentioned, if this implementation is not considered relevant enough for the project, I will happily keep it as a private extension.

Some references to DIN99o are:

m-lohmann commented 10 years ago

I hope I finally got the pull request right.

dcjones commented 10 years ago

This looks good, and certainly something we should add. Sorry it went ignored for a month.

m-lohmann commented 10 years ago

No problem. I was really worried I did something wrong again. I’m relieved now.

dcjones commented 10 years ago

Definitely not your fault. I'm just bad at keeping track of all the repositories I'm supposed to be keeping track of. :grimacing:

timholy commented 10 years ago

@dcjones, you're an outstanding maintainer! It's just a tall order to juggle it all.

Keno commented 10 years ago

Also @m-lohmann, for future reference, if something goes unanswered for a week or so a gentle bump is certainly appropriate, it's usually just forgetfulness.

m-lohmann commented 10 years ago

Haha, okay. Thanks for the hint. And yes, I wouldn’t want to be in your place, @dcjones. You have a lot to manage, you’re the last person who needs to apologize. Now I can add all the other spectral calculation stuff etc. I have been working on in the meantime. ;)