Skip to content

Instantly share code, notes, and snippets.

@lextra2
Last active May 28, 2019 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lextra2/2cb2563c5c9e9d71de7245397ad51ad6 to your computer and use it in GitHub Desktop.
Save lextra2/2cb2563c5c9e9d71de7245397ad51ad6 to your computer and use it in GitHub Desktop.
POWERSHELL - WAIFU2X - Prints out the total duration inside the shell window - the second command is only used for manual execution (without .bat)
Measure-Command {.\waifu2x.bat}
or this for manual execution
Measure-Command {.\waifu2x.exe input.png output.png 2 2 400}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment