Skip to content

Instantly share code, notes, and snippets.

@afaquejam
Created April 25, 2014 16:58
Show Gist options
  • Save afaquejam/11296234 to your computer and use it in GitHub Desktop.
Save afaquejam/11296234 to your computer and use it in GitHub Desktop.
Re-size images by commands in Ubuntu
sudo apt-get install imagemagick
convert -resize 50% source.png dest.jpg
convert -resize 1024X768 source.png dest.jpg
convert -resize 50% *.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment