jrosebr1 / color_transfer

Performs color transfer between two images. Loosely based on the "Color Transfer between Images" paper by Reinhard et al., 2001.
http://www.pyimagesearch.com/2014/06/30/super-fast-color-transfer-images/
MIT License
484 stars 149 forks source link

The args ` clip` & `preserve_paper` are missing in the pip library #8

Open ustcjerry opened 5 years ago

ustcjerry commented 5 years ago

When I use following line to install the lib, pip install color_transfer and use codes in the example.py, there will be errors: TypeError: color_transfer() got an unexpected keyword argument 'preserve_paper' TypeError: color_transfer() got an unexpected keyword argument 'clip'

so does the files in the pip lib older than the current repo?

jrosebr1 commented 5 years ago

Yes, the version on PyPI is much older. Clone this repo down and install via setup.py

ustcjerry commented 5 years ago

Please considering to update the PyPI version ヽ( ̄▽ ̄)ノ