Pacote de transformação de imagens
Project description
Pacote: image_transform_rgbgray
Pacote desenvolvido a partir de um desafio de projeto na DIO. O pacote lê uma imagem, as transforma tingindo-as na cor especificada e salva. As imagens podem ser tingidas nas seguintes cores:
- Cinza;
- Vermelho;
- Azul;
- Amarelo;
- Verde.
🛠 Tecnologia
Instalação
pip install image_transform_rgbgray
Uso
from image_transform_rgbgray.processing import transformation
from image_transform_rgbgray.utils import io
image = io.read_image(path_image)
transformation.gray(image)
transformation.red(image)
transformation.blue(image)
transformation.yellow(image)
transformation.green(image)
Author
Jorge Magno
Contato:
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 transform_rgbgray-0.0.1.tar.gz.
File metadata
- Download URL: transform_rgbgray-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29e413b4f8d07d47dc9a2c0c96513b0e689eb360cccfd9b9b056d516fffa0450
|
|
| MD5 |
0577aa95a1827408c21b218d828f8961
|
|
| BLAKE2b-256 |
d6fd155ea0d393a2ec67f10c1f41498a837205051955388dd1d10554391a0514
|
File details
Details for the file transform_rgbgray-0.0.1-py3-none-any.whl.
File metadata
- Download URL: transform_rgbgray-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84c1aa5d762d884d91e825c8b46ad0b9f3fbbb8c848e830f6b5eb9bada31bde8
|
|
| MD5 |
22052722ee2464a15b5df84b1fcd317e
|
|
| BLAKE2b-256 |
63695309b38965417d0702a5260eb5e4c9eb25f998bef99a7b653fb48a70300d
|