Skip to content

Instantly share code, notes, and snippets.

@jlewin
Created July 20, 2021 01:04
Show Gist options
  • Save jlewin/b9096391b2ec1d9a218ad4be5c8ee606 to your computer and use it in GitHub Desktop.
Save jlewin/b9096391b2ec1d9a218ad4be5c8ee606 to your computer and use it in GitHub Desktop.
Works on my machine
FOR /R %a IN (*.tif) DO magick convert "%~a" -quality 100 "%~dpna.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment