This script crops the list of images from the center (both horizontally and vertically) and then resize that cropped image to given resolution
- change he following variable in code (crop.py)
- directory: this variable should contain the absolute address of the directory from where the photos will picked (and saved again).
- example: directory = '/home/nabeel/Desktop/photos/'
- virtualenv -p python venv
- source venv/bin/activate
- pip install -r requirements.txt
- python crop.py