Metadata-Version: 1.1
Name: color-changer
Version: 1.0.2
Summary: Reads in an image and swap specified colors 
Home-page: https://github.com/DahlitzFlorian/python-color-changer
Author: Florian Dahlitz
Author-email: f2dahlitz@freenet.de
License: MIT
Description-Content-Type: UNKNOWN
Description: 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.
        
        Installation
        ------------
        
        You can install it from source or using ``pip``
        
        .. code:: bash
        
            $ pip install color-changer
        
        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
        --------
        
        .. code:: bash
        
            $ python app.py -i image.jpg
            $ python app.py -i image.png -c red-green
        
        
Keywords: color changer color-changer opencv numpy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
