We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the following things (examples) fail (Ubuntu 22.04, bash): waifu2x-ncnn-vulkan -i <(djxl test.jxl png:-) -o test.png → decode image /dev/fd/63 failed waifu2x-ncnn-vulkan -i test.png -f png -o >(ffprobe -) → invalid outputpath extension type waifu2x-ncnn-vulkan -i test.png -f png -o /dev/stdout → same as before
waifu2x-ncnn-vulkan -i <(djxl test.jxl png:-) -o test.png
decode image /dev/fd/63 failed
waifu2x-ncnn-vulkan -i test.png -f png -o >(ffprobe -)
invalid outputpath extension type
waifu2x-ncnn-vulkan -i test.png -f png -o /dev/stdout
It's not too convenient to rely on temporary files to workaround these limitations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the following things (examples) fail (Ubuntu 22.04, bash):
waifu2x-ncnn-vulkan -i <(djxl test.jxl png:-) -o test.png
→decode image /dev/fd/63 failed
waifu2x-ncnn-vulkan -i test.png -f png -o >(ffprobe -)
→invalid outputpath extension type
waifu2x-ncnn-vulkan -i test.png -f png -o /dev/stdout
→ same as beforeIt's not too convenient to rely on temporary files to workaround these limitations.
The text was updated successfully, but these errors were encountered: