Closed GoogleCodeExporter closed 9 years ago
> $ cat in.jpg | cwebp - -o - > out.webp
This needs to be formatted like this:
$ cat in.jpg | cwebp -o - -- - > out.webp
The utilities adopted getopt style behavior.
Original comment by jz...@google.com
on 7 Jan 2014 at 8:50
Original issue reported on code.google.com by
sindresorhus
on 2 Jan 2014 at 3:01