bin: waifu2x-cpp and waifu2x-vulkan (main)

This commit is contained in:
Phantop 2020-09-15 15:15:19 +00:00
parent b8b75ebf6e
commit c23f300d53
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
echo Usage: file scale noise
waifu2x-vulkan -i $1 -o "${1%.*}"-x$2-l$3.png -s $2 -n $3

1
.local/bin/waifu2x Symbolic link
View File

@ -0,0 +1 @@
waifu2x-vulkan

3
.local/bin/waifu2x-cpp Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo Usage: file scale noise
waifu2x-converter-cpp -i $1 --scale-ratio $2 --noise-level $3

3
.local/bin/waifu2x-vulkan Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo Usage: file scale noise
waifu2x-ncnn-vulkan -i $1 -o "${1%.*}"[x$2][L$3].png -s $2 -n $3