Skip to content

Instantly share code, notes, and snippets.

@bdunnette
Created October 16, 2017 16:12
Show Gist options
  • Save bdunnette/4ed3bb722d698e986366be4f432fffde to your computer and use it in GitHub Desktop.
Save bdunnette/4ed3bb722d698e986366be4f432fffde to your computer and use it in GitHub Desktop.
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