Skip to content

Instantly share code, notes, and snippets.

@mdlincoln
Last active November 4, 2015 19:48
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 mdlincoln/34670b4622b7a1e4afc0 to your computer and use it in GitHub Desktop.
Save mdlincoln/34670b4622b7a1e4afc0 to your computer and use it in GitHub Desktop.
imageMagick convert any image to 300x300 DPI
convert image -density 300 -units pixelsperinch outimage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment