This release contains the following changes:
- fixes to handle gray-scale and alpha-channel images
- refactored code for
mkl_solver()
method for better readability (comply with PEP8) - added API function
ColorMatcher.transfer(src=src, ref=ref, method='hm-mkl-hm')
- note that the existing
ColorMatcher(src=src, ref=ref, method='hm-mkl-hm').main()
is still viable