Skip to content

Instantly share code, notes, and snippets.

@kaezarrex
Last active August 29, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaezarrex/10592856 to your computer and use it in GitHub Desktop.
Save kaezarrex/10592856 to your computer and use it in GitHub Desktop.
bl.ocks.org thumbnail creator
#! /bin/bash
echo $1
convert "$1" -thumbnail 230x120 -gravity center -background white -extent 230x120 thumbnail.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment