0 purchases
pythonimageutil 0.0.0
python-imageutil
high-level image operations.
Installation
pip install python-imageutil
Testing
# clone repository
git clone https://github.com/fabiocaccamo/python-imageutil.git && cd python-imageutil
# create virtualenv and activate it
python -m venv venv && . venv/bin/activate
# upgrade pip
python -m pip install --upgrade pip
# install requirements
pip install -r requirements.txt -r requirements-test.txt
# run tests using tox
tox
# or run tests using unittest
python -m unittest
License
Released under MIT License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.