Metadata-Version: 2.1
Name: imforge
Version: 0.2.0
Summary: Python IMage ENhanced TOols
Home-page: https://github.com/antoinehumbert/imforge
Author: Antoine HUMBERT
Author-email: antoine.humbert.dev@gmail.com
License: Apache License 2.0
Keywords: Imaging
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pillow (~=8.1)
Requires-Dist: opencv-python-headless (~=4.5)
Requires-Dist: numpy (~=1.19)
Requires-Dist: pyclipper (~=1.2)
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: lint
Requires-Dist: flake8 ; extra == 'lint'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

# ImForge

## Images Forge

ImForge is a library containing high level functionalities for manipulation of images, on top of Pillow, and OpenCv.

[![Lint](https://github.com/antoinehumbert/imforge/actions/workflows/lint.yml/badge.svg)](https://github.com/antoinehumbert/imforge/actions/workflows/lint.yml)
[![Test](https://github.com/antoinehumbert/imforge/actions/workflows/test.yml/badge.svg)](https://github.com/antoinehumbert/imforge/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/antoinehumbert/imforge/branch/develop/graph/badge.svg?token=90FVQSXYS9&flag=GHA_Ubuntu)](https://codecov.io/gh/antoinehumbert/imforge)
[![Build + Deploy](https://github.com/antoinehumbert/imforge/actions/workflows/build.yml/badge.svg)](https://github.com/antoinehumbert/imforge/actions/workflows/build.yml)
[![PyPI](https://img.shields.io/pypi/v/imforge.svg)](https://pypi.org/project/imforge/)
[![Documentation Status](https://readthedocs.org/projects/imforge/badge/?version=latest)](https://imforge.readthedocs.io/en/latest/?badge=latest)

## Overview

The ImForge library provides a variety of high level functionalities empowering the manipulation of images in Python.

It works on Pillow images as well as OpenCv images (i.e. numpy arrays).

## More information

- [Documentation](https://imforge.readthedocs.io/)
- Contribute
  - [Issues](https://github.com/antoinehumbert/imforge/issues)
  - [Pull requests](https://github.com/antoinehumbert/imforge/pulls)
- [Changelog](https://github.com/antoinehumbert/imforge/blob/master/CHANGES.rst)


