You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried using - as input file and found this difference. It seems that Windows build can't treat - as "reading image data from stdin".
Tested on version 1.8.0 for WSL Ubuntu 22.04 installed by apt and version 1.12.3 for Windows downloaded from project homepage and I'm sure the image isn't corrupted.
All that was needed in this instance was to enable binary mode on stdin.
For my own future reference, Chris Wellons has a very nice and up-to-date summary of things one can do to sort of paper over the worst issues of the Windows platform.
There may be other Windows-specific bugs. If you find any more, I'd love to hear about them.
Just tried using
-
as input file and found this difference. It seems that Windows build can't treat-
as "reading image data from stdin".Tested on version 1.8.0 for WSL Ubuntu 22.04 installed by apt and version 1.12.3 for Windows downloaded from project homepage and I'm sure the image isn't corrupted.
The text was updated successfully, but these errors were encountered: