Closed marcus65001 closed 2 months ago
Duplicate of #542.
Thanks for pointing out this issue! Seems like this is working on unix based systems, but still does not work on Windows. As a workaround until we have fixed it using WSL might help.
309b637 fixes this.
please re-open if the problem is reproducible at current head
Describe the bug When I try to convert any input image, cjxl failed to read input from stdin with the error:
Reading image data failed.
To Reproduce
cjxl - - < in.jpg > out.jxl
cat in.jpg | cjxl - - > out.jxl
Expected behavior cjxl should read in the input from stdin and output into the stdout.
Environment