Today I Learned
Automatically Trim Image Using ImageMagick
Trim out the white margin of an image using ImageMagick:
convert elementary-particles.jpg -trim elementary-particles.jpg
Well to install ImageMagic, check out the website, or use Homebrew.