Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 587 Bytes

Bulk square images for ecommerce

Bulk transform your images to squares from your command line. Useful for ecommerce.

result

How to use

This script uses imagemagick behind the scenes to actually square images.

  1. Install imagemagick

brew install imagemagick

  1. CD into the directory of images you want to transform

  2. Run the script

python path/to/script/ImageSquared.py

Example

example

Attention !

This script will overwrite your images so make sure you have a backup ready.