Metadata-Version: 2.4
Name: xprcess_img
Version: 0.0.1
Home-page: https://github.com/engcarlo/image-processing-package
Author: yukio
Author-email: o.manifesto.da.riqueza@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python

# xprcess_img

Description. 
The package xprcess_img is used to:
	- Processing:
		- Histogram Matching
		- Structural Similarity
		- Resize Image
	- Utils:
		- Read Image
		- Save Image
		- Plot Image
		- Plot Result
		- Plot Histogram

## Installation

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

```bash
pip install xprcess_img
```

## Usage

```python
from xprcess_img.processing import combination
combination.find_difference()
```

## Author
Yukio

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