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
Close
Hashes for transform_rgbgray-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84c1aa5d762d884d91e825c8b46ad0b9f3fbbb8c848e830f6b5eb9bada31bde8 |
|
MD5 | 22052722ee2464a15b5df84b1fcd317e |
|
BLAKE2b-256 | 63695309b38965417d0702a5260eb5e4c9eb25f998bef99a7b653fb48a70300d |