Pacote simples de processamento de imagens
Project description
image_tools
Pacote simples para processamento de imagens em Python.
Funcionalidades
- Desfoque (blur)
- Conversão para tons de cinza
- Redimensionamento
Instalação
pip install image_tools
Exemplo de uso
from image_tools import blur_image, grayscale_image, resize_image
blur_image("input.jpg", "blur.jpg", radius=3)
grayscale_image("input.jpg", "gray.jpg")
resize_image("input.jpg", "resized.jpg", 200, 200)
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 image_tools_anderson1985-0.1.0.tar.gz.
File metadata
- Download URL: image_tools_anderson1985-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
200ed719a96024e85da8b37835a3ef1d1a00d363d03993da831ab91961ed1a81
|
|
| MD5 |
e7ac4ddd8f7b949149b49f37a171eb93
|
|
| BLAKE2b-256 |
999a59095e9d9831d533dd497cfea3910ec77a465d86b1f699fd0205285de1b7
|
File details
Details for the file image_tools_anderson1985-0.1.0-py3-none-any.whl.
File metadata
- Download URL: image_tools_anderson1985-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9deac67a890abf63dc90fb684bb2a9b9b95b9bfc5e504288e92980a2f533c7e4
|
|
| MD5 |
3eee637d345800c48036833f4e2b1702
|
|
| BLAKE2b-256 |
94b7acc22e089c5a24a0be9ff8c05298bd5d09ba132e97ea8466891c07643960
|