Closed GoogleCodeExporter closed 9 years ago
dwebp correctly calls _setmode(), but it looks like we forgot it in cwebp.
Original comment by jz...@google.com
on 30 Aug 2014 at 1:02
btw, will cwebp support read from stdin? is it planned?
Original comment by eriForce
on 30 Aug 2014 at 2:30
> btw, will cwebp support read from stdin? is it planned?
There's a bug tracking this [1], but there hasn't been any work done to deal
with the WIC side of things.
[1] https://code.google.com/p/webp/issues/detail?id=191
Original comment by jz...@google.com
on 30 Aug 2014 at 2:50
There were some other places with issues dealing with stdout/stdin on windows.
These should deal with them all:
https://gerrit.chromium.org/gerrit/71398
https://gerrit.chromium.org/gerrit/71399
https://gerrit.chromium.org/gerrit/71400
https://gerrit.chromium.org/gerrit/71401
Original comment by jz...@google.com
on 30 Aug 2014 at 2:52
These have been merged, thanks for the report!
a614019 ExUtilReadFromStdin: (windows) open stdin in bin mode
e80eab1 webpmux: (windows) open stdout in binary mode
e9bfb11 cwebp: (windows) open stdout in binary mode
5927e15 example_util: add ExUtilSetBinaryMode
Original comment by jz...@google.com
on 3 Sep 2014 at 7:25
Original issue reported on code.google.com by
eriForce
on 29 Aug 2014 at 3:40