Skip to content

Instantly share code, notes, and snippets.

@ream88
Created March 19, 2013 18:20
Show Gist options
  • Select an option

  • Save ream88/5198683 to your computer and use it in GitHub Desktop.

Select an option

Save ream88/5198683 to your computer and use it in GitHub Desktop.
Resize images without interpolation is really simple
convert small.jpg -scale 5000% big.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment