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

11 lines
211 B
Markdown

# 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`