目次

Libraries - ImageMagick

インストール

$ brew install imagemagick --with-ghostscript 

使い方

正方形にする

$ convert -density 300 -resize 500x500 -background white -gravity center -extent 500x500 /path/to/before.eps /path/to/after.jpg