python-color-changer

Change a pictures colors using cli

MIT License

Downloads
132
Stars
4
Committers
1

Python Color Changer

Description

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

Installation

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.

Available Arguments

Short Long Values
-i --image path to image
-c --changer red-green or gree-blue or blue-red
-r --result new image name

Examples

$ python -m colorchanger.colorchanger -i image.jpg
$ python -m colorchanger.colorchanger -i image.png -c red-green
Package Rankings
Top 22.81% on Pypi.org
Badges
Extracted from project README
Build Status