Skip to content

Instantly share code, notes, and snippets.

@rawaludin
Created October 28, 2012 11:43
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 rawaludin/3968402 to your computer and use it in GitHub Desktop.
Save rawaludin/3968402 to your computer and use it in GitHub Desktop.
Usefull daily bash command
Usefull bash command
Resize Image >>
convert -resize 50% source.png dest.jpg
convert -resize 1024X768 source.png dest.jpg
Compress jpeg
jpegoptim *.JPG –max=50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment