gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 83 forks source link

Implementde color appearance models, tests and documentation #40

Closed MichaelMauderer closed 10 years ago

MichaelMauderer commented 10 years ago

Notable new additions:

Small but potentially important things:

A few words about testing:

Any feedback is welcome. I am sure there are still plenty of things to do, but things are in a pretty good shape now so they can be reviewed for inclusion.

gtaylor commented 10 years ago

Very well done, we'll merge this in and see if anything turns up over the next little while.