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
- Install Python 3
- Delete
DELETE-ME.txtfrom both the full-res-files and web-files folders. - Put your full resolutions images into full-res-files
Running
- Run
convert.py
- This will download ImageMagick into the imagemagick folder.
- This will convert files into the web-files folder.
- This will convert files into the high-res folder for customer delivery.
Description