Metadata-Version: 2.1
Name: wqferr_image_processing
Version: 0.1.1
Summary: An example package wrapping simple functionality from skimage.
Home-page: https://github.com/wqferr/trilha-python-dio-image-processing-package
Author: William Q Ferreira
Author-email: wqferr@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: scikit-image>=0.25.1
Requires-Dist: matplotlib>=3.10.0

# wqferr_image_processing

Description.
The package wqferr_image_processing is used to:

- Resize images given a proportion;
- Match histograms from one image to another.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install wqferr_image_processing

```bash
pip install wqferr_image_processing
```

## Usage

```python
from wqferr_image_processing.processing import combination
combination.find_difference(im1, im2)
```

## Author

William Q Ferreira

## License

[MIT](https://choosealicense.com/licenses/mit/)
