python-scripts/scripts/rgb_to_grayscale/readme.md

11 lines
211 B
Markdown
Raw Normal View History

2022-10-04 10:40:54 +00: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`