Created
September 10, 2018 16:38
-
-
Save chikien276/930947f8d530fb2820014db348e7d0ac to your computer and use it in GitHub Desktop.
Convert all images in folder to better quanlity/size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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