python-scripts/scripts/rgb_to_grayscale
Murat Onur Yildirim 714e48daef
create readme.md
2022-10-04 12:40:54 +02:00
..
readme.md create readme.md 2022-10-04 12:40:54 +02:00
script.py create script.py 2022-10-04 12:34:34 +02:00

RGB to Grayscale Images

This simple script converts RGB .png files to Grayscale .png files.

Usage

Dependency:

  • numpy
  • matplotlib
  • Use pip install numpy and python and -m pip install -U matplotlib