Skip to content

Instantly share code, notes, and snippets.

@twobob
Created May 2, 2017 12:13
Show Gist options
  • Save twobob/e10bb9163a6fc715be28610be58b5d8b to your computer and use it in GitHub Desktop.
Save twobob/e10bb9163a6fc715be28610be58b5d8b to your computer and use it in GitHub Desktop.
crunch jpg(s) with jpeg-recompress.exe
cd /d %USERPROFILE%\Pictures\clarifai\tiny && forfiles /C " cmd /c %USERPROFILE%\Downloads\jpeg-archive-2.1.1-win\jpeg-archive\jpeg-recompress.exe -q med -a -n 60 -x 85 -m smallfry -s @file @file "
@twobob
Copy link
Author

twobob commented May 4, 2017

replace the link with your actual user link if that fails, or put the stuff somewhere sensible :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment