mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-01-09 02:47:04 +00:00
11 lines
211 B
Markdown
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`
|