mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
211 B
211 B
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