Metadata-Version: 2.4
Name: climg-tools
Version: 0.0.1
Summary: A personal python package for image processing
Home-page: https://github.com/milhodroid/climg-tools
Author: Luiz Carlos Dev
Author-email: luizcarlosdev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image>=0.16.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CLIMG Tools
A personal python package for image processing

## Description
The package climg-tools is used for:
* Processing
    * Histogram matching
    * Structural similarity
    * Resize image
* Plot
    * Read image
    * Save image
    * Plot image
    * Plot result
    * Plot histogram

## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install climg-tools

```bash
pip install climg-tools
```

## Author
Luiz Carlos Dev

## License
[GPL](http://www.gnu.org/licenses/gpl.html)
