Pacote de processamento de imagens.
Project description
Simple Image Processing Package
O pacote simple_img é uma biblioteca Python simples para processamento de imagens com base no pacote skimage. Ele oferece funcionalidades básicas, como redimensionamento, conversão para tons de cinza e aplicação de filtros.
Funcionalities
- Redimensionar imagens para um tamanho especÃfico.
- Converter imagens para escala de cinza.
- Aplicar filtros básicos como desfoque e nitidez.
Installation
Use o gerenciador de pacotes pip para instalar o simple_img:
pip install simple_img
## Usage
from simple_img.processing import resize_image, apply_grayscale
# Redimensionar uma imagem
resize_image("imagem_entrada.jpg", "imagem_saida_redimensionada.jpg", (200, 200))
# Converter uma imagem para tons de cinza
apply_grayscale("imagem_entrada.jpg", "imagem_saida_cinza.jpg")
Author
Filipe L
License
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 simple_img-0.0.1.tar.gz.
File metadata
- Download URL: simple_img-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab21b33332ee477b82d130fffe434a8ce67f000b28bfcf88d38bd5242bccc61
|
|
| MD5 |
d7e75ddb90d00f14b1c934f2e041cfcc
|
|
| BLAKE2b-256 |
20d8e877dd500b1debccb06946ee5acc17d8373ab02ac614ee55b11929047a26
|
File details
Details for the file simple_img-0.0.1-py3-none-any.whl.
File metadata
- Download URL: simple_img-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f6f6e6af5302aa3f3c671dd266370511542596c7c83e3371b4ed94c00990c35
|
|
| MD5 |
ded90e7b29aa0b8fa4529a547e56a40b
|
|
| BLAKE2b-256 |
bb17f55790b29fbd063fa3f3d786ff1a27bbd7555fdf892fcde41b9c1d6a52aa
|