convert myimage.png -resize 50% myimage-small.png
convert myimage.png -resize 100x100! myimage-square.png
brew install ghostscript
brew install imagemagick
http://www.rubblewebs.co.uk/imagemagick/notes/wrap.php
convert image.gif -fuzz XX% -transparent white result.gif
source: https://www.imagemagick.org/discourse-server/viewtopic.php?t=12619
$ sudo port install ImageMagick
cool method called morph for switching images in gallery
create a new image of certain size
convert -size 512x512 xc:white ~/Desktop/foo.jpg