Created
October 6, 2019 19:52
-
-
Save zooks/31d0c55326c53eb5d8c7ad6d08f77a0e to your computer and use it in GitHub Desktop.
This file contains 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
md "OptimizedJPEGS" | |
for %%i in (*.jpg) do "C:\Program Files (x86)\GnuWin32\bin\jpegtran.exe" -optimize -progressive -copy none "%%i" > "OptimizedJPEGS\%%i" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment