Python script to convert images to grayscale, using the Pillow library.
Input | Output |
---|---|
To get a local copy up and running follow these simple steps.
You need to have Python installed on your computer. You can download it from here.
-
Clone the repo
git clone git@github.com:josafamarengo/grayscale-converter.git
-
Install the dependencies
pip install Pillow
- Put your images in the
Data/Input
folder - Run the script
python grayscale.py
- The converted images will be in the
Data/Output
folder
Distributed under the MIT License. See LICENSE.txt
for more information.
Built with ❤︎ by Josafá Marengo