fabiocaccamo / python-imageutil

:tophat: :magic_wand: high-level image operations, with a bit of magic. :rabbit:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-imageutil

🎩 🪄 high-level image operations, with a bit of magic. 🐰

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

# install pre-commit to run formatters and linters
pre-commit install --install-hooks

# run tests using tox
tox

# or run tests using unittest
python -m unittest

License

Released under MIT License.

About

:tophat: :magic_wand: high-level image operations, with a bit of magic. :rabbit:

License:MIT License


Languages

Language:Python 100.0%