1
0
Fork 0
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:
Julian Storer 2011-09-14 15:34:05 +01:00
parent 9332efc10d
commit 9a9f570781
27 changed files with 460 additions and 463 deletions

View file

@ -241,7 +241,7 @@ Image JPEGImageFormat::decodeImage (InputStream& in)
using namespace JPEGHelpers;
MemoryOutputStream mb;
mb.writeFromInputStream (in, -1);
mb << in;
Image image;