mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
create readme.md
This commit is contained in:
parent
727cf6b2b0
commit
714e48daef
10
scripts/rgb_to_grayscale/readme.md
Normal file
10
scripts/rgb_to_grayscale/readme.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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`
|
Loading…
Reference in New Issue
Block a user