Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

transform_rgbgray-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

transform_rgbgray-0.0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page