mirror of
https://github.com/Phantop/dotfiles
synced 2025-03-21 17:39:33 +00:00
bin: add waifu2x-ncnn-vulkan script
This commit is contained in:
parent
1621747cd0
commit
cfe1558f8c
3
.local/bin/waifu2x
Executable file
3
.local/bin/waifu2x
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
echo Usage: file scale noise
|
||||
waifu2x-vulkan -i $1 -o "${1%.*}"-x$2-l$3.png -s $2 -n $3
|
Loading…
Reference in a new issue