From b5b17ab248342ef2f6f58617c54049898a4ef8e6 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 20 Nov 2018 07:57:46 -0500 Subject: [PATCH] Added README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb40fd5 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# convert-images-for-web +I'm a photographer. I regularly need to save jpegs for web. This is a python script that works on Mac and Windows that uses ImageMagick to save images for web. + +# How to use + +### Requirements + +1. Install Python 3 +2. Delete `DELETE-ME.txt` from both the full-res-files and web-files folders. +3. Put your full resolutions images into full-res-files + +### Running + +1. Run `convert.py` - This convert files into the web-files folder. \ No newline at end of file