mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 02:55:28 -04:00
TMI-JPEG-4: Code clean up
This commit is contained in:
parent
ae58b859e4
commit
5508137c5c
@ -130,8 +130,10 @@ final class EXIFThumbnailReader extends ThumbnailReader {
|
||||
};
|
||||
|
||||
input = new SequenceInputStream(new ByteArrayInputStream(fakeEmptyExif), input);
|
||||
|
||||
try {
|
||||
MemoryCacheImageInputStream stream = new MemoryCacheImageInputStream(input);
|
||||
|
||||
try {
|
||||
return readJPEGThumbnail(reader, stream);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user