Created
October 16, 2017 16:12
-
-
Save bdunnette/4ed3bb722d698e986366be4f432fffde to your computer and use it in GitHub Desktop.
This file contains hidden or 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 %%f in (*.svs) do ( | |
echo %%~nf | |
vips openslideload --associated thumbnail "%%~nf.svs" "%%~nf.jpg" | |
vipsthumbnail -s 256 "%%~nf.jpg" | |
del "%%~nf.jpg" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment