Skip to content

Instantly share code, notes, and snippets.

@sagarjauhari
Created April 19, 2014 02:23
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 sagarjauhari/11071914 to your computer and use it in GitHub Desktop.
Save sagarjauhari/11071914 to your computer and use it in GitHub Desktop.
Resize images to 'feature image' size for jekyll blog.
mogrify -resize 2048x2048 -gravity Center -crop 2048x512+0+0 guitar.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment