mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +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`
|