Skip to content

Instantly share code, notes, and snippets.

@chikien276
Created September 10, 2018 16:38
Show Gist options
  • Save chikien276/930947f8d530fb2820014db348e7d0ac to your computer and use it in GitHub Desktop.
Save chikien276/930947f8d530fb2820014db348e7d0ac to your computer and use it in GitHub Desktop.
Convert all images in folder to better quanlity/size
FOR /R %f IN (*.jpg) DO mogrify -verbose -quality 75 "%f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment