Change a pictures colors using cli
This lightweight color-changer allows you to change the colors
of a given picture and creates a new file of it.
version 1.0.5
You can install it from source or using pip
$ pip install color-changer
Make sure you have OpenCV installed and named cv2 as usual.
Here
you can find an article on how to set it up on OSX with Python3. The other dependencies are installed automatically.
Short | Long | Values |
---|---|---|
-i | —image | path to image |
-c | —changer | red-green or gree-blue or blue-red |
-r | —result | new image name |
$ python -m colorchanger.colorchanger -i image.jpg
$ python -m colorchanger.colorchanger -i image.png -c red-green