Open GoogleCodeExporter opened 9 years ago
this is a partial duplicate of issue 168
I've got an incoming patch to allow cwebp to emit to stdout.
The hard part is reading from stdout, since one need to modify the
third-party libs (libjpeg, libgif, ...) to allow that. It's going to
be more involved...
Original comment by pascal.m...@gmail.com
on 7 Mar 2014 at 1:53
As far as I know, cjpeg converter and jpegtran transcoder utilities, based on
libjpeg library, support streaming.
Original comment by lbeschastny
on 7 Mar 2014 at 2:12
ImageMagick and GraphicsMagick support streaming for all supported formats,
including jpeg and gif, and they use the same libjpeg and libgif libraries.
Original comment by lbeschastny
on 7 Mar 2014 at 2:28
submitted the following related changes:
https://gerrit.chromium.org/gerrit/69208
https://gerrit.chromium.org/gerrit/69209
the remaining missing piece is having cwebp support input from 'stdin'.
libjpeg / libgif are probably going to be straightforward, as you mentioned.
But WIC for Windows
is another reach...
Original comment by pascal.m...@gmail.com
on 12 Mar 2014 at 9:08
[deleted comment]
I noticed that latest webp build support streaming.
Or, at least, cwebp and dwebp docs are saying so:
https://developers.google.com/speed/webp/docs/cwebp
https://developers.google.com/speed/webp/docs/dwebp
Probably, this issue should be closed now.
Original comment by lbeschas...@iknow.travel
on 17 Sep 2014 at 4:32
Well, looks like cwebp still can't read data from stdin.
The rest works fine.
Original comment by lbeschastny
on 19 Sep 2014 at 3:42
Original issue reported on code.google.com by
lbeschastny
on 5 Mar 2014 at 10:43