mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-11 05:53:05 +00:00
bin: waifu2x-cpp and waifu2x-vulkan (main)
This commit is contained in:
parent
b8b75ebf6e
commit
c23f300d53
|
@ -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
1
.local/bin/waifu2x
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
waifu2x-vulkan
|
3
.local/bin/waifu2x-cpp
Executable file
3
.local/bin/waifu2x-cpp
Executable 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
3
.local/bin/waifu2x-vulkan
Executable 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
|
Loading…
Reference in a new issue