Created
July 20, 2021 01:04
-
-
Save jlewin/b9096391b2ec1d9a218ad4be5c8ee606 to your computer and use it in GitHub Desktop.
Works on my machine
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
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