Metadata-Version: 2.0
Name: EasyImgConverter
Version: 0.1
Summary: Python tool for easy and quick conversion of images between different formats.
Home-page: https://github.com/alzaia/easy_img_converter
Author: Aldo Zaimi
Author-email: zaimialdo@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: numpy (>=1.12.0)
Requires-Dist: imageio (>=2.2.0)

# easy_img_converter
Package that converts a given image to a specific type (png, jpeg, tif). Easy use from the terminal after installation.




## Easy installation for Mac OS and Linux:

* Create and activate virtual environment


* Install package from PyPI

pip install easy_img_converter





