Bulk transform your images to squares from your command line. Useful for ecommerce.
This script uses imagemagick behind the scenes to actually square images.
- Install imagemagick
brew install imagemagick
-
CD into the directory of images you want to transform
-
Run the script
python path/to/script/ImageSquared.py
This script will overwrite your images so make sure you have a backup ready.