Metadata-Version: 2.1
Name: image-processing152215
Version: 0.0.1
Summary: Um pacote simples para processamento de imagens
Home-page: https://github.com/lfrankfrade/image-processing-package.git
Author: lfrankfrade
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: certifi ==2024.8.30
Requires-Dist: charset-normalizer ==3.3.2
Requires-Dist: docutils ==0.21.2
Requires-Dist: idna ==3.10
Requires-Dist: importlib-metadata ==8.5.0
Requires-Dist: jaraco.classes ==3.4.0
Requires-Dist: jaraco.context ==6.0.1
Requires-Dist: jaraco.functools ==4.1.0
Requires-Dist: keyring ==25.4.1
Requires-Dist: markdown-it-py ==3.0.0
Requires-Dist: mdurl ==0.1.2
Requires-Dist: more-itertools ==10.5.0
Requires-Dist: nh3 ==0.2.18
Requires-Dist: pkginfo ==1.10.0
Requires-Dist: Pygments ==2.18.0
Requires-Dist: pywin32-ctypes ==0.2.3
Requires-Dist: readme-renderer ==44.0
Requires-Dist: requests ==2.32.3
Requires-Dist: requests-toolbelt ==1.0.0
Requires-Dist: rfc3986 ==2.0.0
Requires-Dist: rich ==13.8.1
Requires-Dist: setuptools ==75.1.0
Requires-Dist: twine ==5.1.1
Requires-Dist: urllib3 ==2.2.3
Requires-Dist: zipp ==3.20.2

# image_processing

Description. 
The package image-processing152215 is used to:
	Processing:
		- Histogram matching
		- Structural similarty
		- Resize image
	Utils:
		- Read image
		- Save iamge
		- Plot image
		- Plot result
		- Plot histogram

## Installation

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

```bash
pip install image-processing152215
```

## Author
lfrankfrade

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