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
Python script using matplotlib and numpy to convert any image to grayscale through averaging RGB values in a three dimensional numpy-array of the image.
Usage
python grey.py <image.filextension>
Sample
Original Image (Color.jpg)
Final Image (Gray.png)
About
A small python script to convert images to greyscales by averaging RGB values per pixel.