Metadata-Version: 2.4
Name: image-processor-dio
Version: 0.1.1
Summary: A small Python library for image processing, including structural similarity, histogram matching, and plotting features.
Home-page: https://github.com/RafaelBorges22/DIO-Atividades
Author: Rafael Mascarenhas Borges
Author-email: rafaelmascarenhasborges@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-image
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ðŸ“¸ Processador de Imagens DIO

<p align="center">
  <img src="https://img.shields.io/badge/Python-3.8+-blue?logo=python" alt="Python Version">
  <img src="https://img.shields.io/badge/pypi-v0.1.0-orange?logo=pypi" alt="PyPI Version">
  <img src="https://img.shields.io/badge/License-MIT-green" alt="License">
</p>

## Sobre o Projeto

O **Processador de Imagens DIO** (`image-processor-dio`) Ã© um pacote Python simples e eficiente desenvolvido para realizar tarefas comuns de manipulaÃ§Ã£o e anÃ¡lise de imagens, como redimensionamento, conversÃ£o para escala de cinza e plotagem de histogramas.

Este projeto foi criado como parte das atividades da **Digital Innovation One (DIO)**, com foco em demonstrar o empacotamento, distribuiÃ§Ã£o e uso de bibliotecas como **NumPy**, **Matplotlib** e **Scikit-image**.

---

## ðŸš€ InstalaÃ§Ã£o

O pacote `image-processor-dio` estÃ¡ disponÃ­vel no PyPI, facilitando a instalaÃ§Ã£o via `pip`.

### PrÃ©-requisitos

* Python 3.8 ou superior.

### Instalando o Pacote

```bash
pip install image-processor-dio
