nihui / waifu2x-ncnn-vulkan

waifu2x converter ncnn version, runs fast on intel / amd / nvidia / apple-silicon GPU with vulkan
MIT License
3.01k stars 210 forks source link

fail to decode if space in filename #169

Open romanstingler opened 2 years ago

romanstingler commented 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