Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 200 Bytes

File metadata and controls

7 lines (5 loc) · 200 Bytes

Python image converter from rgb to gray scale

USAGE

  1. Import image to /img
  2. Change filename /photo.png in im = plt.imread("img/photo.png").astype(float) to your file name
  3. Run j.py