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

Numpy array compatibility #45

Closed MichaelMauderer closed 9 years ago

MichaelMauderer commented 10 years ago

I wanted to check whether currently the color objects can handle numpy.array as input for fast computations on large data sets.

If it works, that is great and I will document and test it. If not I'll see how much effort it would be to change that and maybe adapt things.

gtaylor commented 9 years ago

Going to close this until/unless we decide to move on it.