Skip to content

Instantly share code, notes, and snippets.

@alexey-lysiuk
Created May 24, 2015 08:28
Show Gist options
  • Save alexey-lysiuk/64cc1c8e7d4f0c3b5ce0 to your computer and use it in GitHub Desktop.
Save alexey-lysiuk/64cc1c8e7d4f0c3b5ce0 to your computer and use it in GitHub Desktop.
image batch resize
@echo off
for %%F in (img\*.*) do ImageResizer-r129.exe /load "%%F" /resize auto "XBR 2x" /save "img2x\%%~nF@2x%%~xF"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment