You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple python script which takes colored image filename as argument and converts it into grayscale image and saves the output image file. It shows the basic usage of Pillow library.
3
+
4
+
## Libraries Required
5
+
1. Pillow (PIL)
6
+
`$pip install Pillow`
7
+
8
+
## Usage
9
+
1. Go to the script's folder and open command prompt.
10
+
2. Run command : `$python bw_convert.py <image_file_name>`
0 commit comments