Pacote simples para aplicar transformações e filtros em imagens usando Python e Pillow.
Project description
processamento-imagens
Pacote simples para aplicar transformações e filtros em imagens usando Python e Pillow.
Instalação
pip install processamento-imagens
Uso
from processamento_imagens import aplicar_filtro_pb, redimensionar
# Converter para preto e branco
aplicar_filtro_pb("entrada.jpg", "saida_pb.jpg")
# Redimensionar
redimensionar("entrada.jpg", "saida_red.jpg", 200, 200)
Requisitos
- Python >= 3.8
- Pillow
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file processamento_imagens_ahaerdy-0.0.1.tar.gz.
File metadata
- Download URL: processamento_imagens_ahaerdy-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e5ce1ea61a04f05ee818dffce34b4349bff8a0fd103575a2a975baf0d1f3dfd
|
|
| MD5 |
d695579b8a248fdf0c910b6489bfe6af
|
|
| BLAKE2b-256 |
32a082d5aa98afd769e8ff7869320df39ae637affe3878585dc7dc9be695e805
|
File details
Details for the file processamento_imagens_ahaerdy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: processamento_imagens_ahaerdy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad2871d7a431e9ee218ee0e86d20cdade9e2186b0612653408d0817e325fbe5c
|
|
| MD5 |
9a91fa8dce64940866b8a5cdf03168da
|
|
| BLAKE2b-256 |
da27aa9536254f9ab6b482d3e35f973328b564ee2feddb024fea6cf38b0124c2
|