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 82 forks source link

Made documentations consistent for upscaling ranges. #94

Closed MartyMacGyver closed 5 years ago

MartyMacGyver commented 5 years ago

This cleans up documentation related to #66

MartyMacGyver commented 5 years ago

Actually, there's another change involved here.