Metadata-Version: 2.1
Name: python-imageutil
Version: 0.0.0
Summary: high-level image operations.
Home-page: https://github.com/fabiocaccamo/python-imageutil
Download-URL: https://github.com/fabiocaccamo/python-imageutil/releases
Author: Fabio Caccamo
Author-email: fabio.caccamo@gmail.com
Maintainer: Fabio Caccamo
Maintainer-email: fabio.caccamo@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/fabiocaccamo/python-imageutil#readme
Project-URL: Issues, https://github.com/fabiocaccamo/python-imageutil/issues
Project-URL: Funding, https://github.com/sponsors/fabiocaccamo/
Project-URL: Twitter, https://twitter.com/fabiocaccamo
Keywords: python,image,util,utils,utility,utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Desktop Environment :: File Managers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE.txt

[![](https://img.shields.io/pypi/pyversions/python-imageutil.svg?color=blue&logo=python&logoColor=white)](https://www.python.org/)
[![](https://img.shields.io/pypi/v/python-imageutil.svg?color=blue&logo=pypi&logoColor=white)](https://pypi.org/project/python-imageutil/)
[![](https://pepy.tech/badge/python-imageutil/month)](https://pepy.tech/project/python-imageutil)
[![](https://img.shields.io/github/stars/fabiocaccamo/python-imageutil?logo=github)](https://github.com/fabiocaccamo/python-imageutil/)
[![](https://img.shields.io/pypi/l/python-imageutil.svg?color=blue)](https://github.com/fabiocaccamo/python-imageutil/blob/master/LICENSE.txt)

[![](https://results.pre-commit.ci/badge/github/fabiocaccamo/python-imageutil/master.svg)](https://results.pre-commit.ci/latest/github/fabiocaccamo/python-imageutil/master)
[![](https://img.shields.io/github/actions/workflow/status/fabiocaccamo/python-imageutil/test-package.yml?branch=master&label=build&logo=github)](https://github.com/fabiocaccamo/python-imageutil)
[![](https://img.shields.io/codecov/c/gh/fabiocaccamo/python-imageutil?logo=codecov)](https://codecov.io/gh/fabiocaccamo/python-imageutil)
[![](https://img.shields.io/codacy/grade/e387a301748f4877b30dc4443bcadc00?logo=codacy)](https://www.codacy.com/app/fabiocaccamo/python-imageutil)
[![](https://img.shields.io/codeclimate/maintainability/fabiocaccamo/python-imageutil?logo=code-climate)](https://codeclimate.com/github/fabiocaccamo/python-imageutil/)
[![](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# python-imageutil
high-level image operations.

## Installation
```bash
pip install python-imageutil
```

## Testing
```bash
# 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](LICENSE.txt).
