I have a bash shell script as below.
#!/bin/bash SIZES=("512" "1024" "2048") for i in ${!SIZES[*]} do SIZE=${SIZES[$i]} ec
You can also make it with help of Homebrew - which is quite nice and popular package manager
To Install homeBrew past in your terminal
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
To install imagemagick past in the terminal
brew install imagemagick