mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 11:05:29 -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);
|
input = new SequenceInputStream(new ByteArrayInputStream(fakeEmptyExif), input);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
MemoryCacheImageInputStream stream = new MemoryCacheImageInputStream(input);
|
MemoryCacheImageInputStream stream = new MemoryCacheImageInputStream(input);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return readJPEGThumbnail(reader, stream);
|
return readJPEGThumbnail(reader, stream);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user