Skip to content

Latest commit

 

History

History

rgb_to_grayscale

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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