11 lines
211 B
Markdown
Raw Normal View History

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