Open romanstingler opened 2 years ago
If I want to convert the following screenshot taken inside gnome and dragging the file into the terminal it fails to decode the image due to the spaces in the filename.
waifu2x-ncnn-vulkan -i '/home/user/Pictures/Screenshot from 2022-03-03 14-00-52.jpg' -o o.webp decode image /home/roman/Pictures/Screenshot failed
If I rename the same file it works waifu2x-ncnn-vulkan -i '/home/user/Pictures/Screenshot.jpg' -o o.webp -x
waifu2x-ncnn-vulkan -i '/home/user/Pictures/Screenshot.jpg' -o o.webp -x
If I want to convert the following screenshot taken inside gnome and dragging the file into the terminal it fails to decode the image due to the spaces in the filename.
waifu2x-ncnn-vulkan -i '/home/user/Pictures/Screenshot from 2022-03-03 14-00-52.jpg' -o o.webp decode image /home/roman/Pictures/Screenshot failed
If I rename the same file it works
waifu2x-ncnn-vulkan -i '/home/user/Pictures/Screenshot.jpg' -o o.webp -x