mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-01-25 00:00:01 -05:00
Merge branch 'master' of git://github.com/haraldk/TwelveMonkeys
This commit is contained in:
@@ -154,7 +154,7 @@ public final class BufferedImageInputStream extends ImageInputStreamImpl impleme
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
if (mStream != null) {
|
||||
mStream.close();
|
||||
//mStream.close();
|
||||
mStream = null;
|
||||
mBuffer = null;
|
||||
}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
- Support all DIB formats?
|
||||
- Use Sun's BMP metadata format for image metadata + separate stream metadata?
|
||||
|
||||
Reference in New Issue
Block a user