waifu2x-ncnn-vulkan: add page (#9478)

pull/1/head
Rail 2022-12-06 07:44:18 +01:00 committed by GitHub
parent 095d4555b5
commit 54239c32f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# waifu2x-ncnn-vulkan
> Image upscaler for manga/anime-style images using NCNN neural network framework.
> More information: <https://github.com/nihui/waifu2x-ncnn-vulkan>.
- Upscale an image:
`waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}}`
- Upscale an image by a custom scale factor and denoise it:
`waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}} -s {{1|2|4|8|16|32}} -n {{-1|0|1|2|3}}`
- Save the upscaled image in a specific format:
`waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}} -f {{jpg|png|webp}}`