mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tweaks to streams and gzip compressor.
This commit is contained in:
parent
9332efc10d
commit
9a9f570781
27 changed files with 460 additions and 463 deletions
|
|
@ -241,7 +241,7 @@ Image JPEGImageFormat::decodeImage (InputStream& in)
|
|||
using namespace JPEGHelpers;
|
||||
|
||||
MemoryOutputStream mb;
|
||||
mb.writeFromInputStream (in, -1);
|
||||
mb << in;
|
||||
|
||||
Image image;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue