Skip to content

Instantly share code, notes, and snippets.

@cybermaxs
Created February 29, 2016 15:35
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 cybermaxs/1ab39298b2719afe8994 to your computer and use it in GitHub Desktop.
Save cybermaxs/1ab39298b2719afe8994 to your computer and use it in GitHub Desktop.
Optimize all jpeg via jepgtran in a folder
for %%f in (*.jpg) do jpegtran -copy none -optimize %%f %%~nf.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment