Resize Images, Keep Exif Data. Simple. The EXIF width and height attributes will be updated accordingly also.
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
python resize.py -i images/ -o resized/ 25%
python resize.py -i images/1.JPG -o resized.JPG 2000
GPL 3.0