Skip to content

Instantly share code, notes, and snippets.

@pixelstorm
Last active April 25, 2018 02:52
Show Gist options
  • Save pixelstorm/d3a74400dba4c4caf900e024fbe314b7 to your computer and use it in GitHub Desktop.
Save pixelstorm/d3a74400dba4c4caf900e024fbe314b7 to your computer and use it in GitHub Desktop.
resize image on the command line with iamgemagick script
convert input.jpg -resize 300 output.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment