mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 11:05:29 -04:00
Fixed a typo + removed a todo.
This commit is contained in:
parent
c3524adbbc
commit
3efae7cfba
@ -598,7 +598,7 @@ public class JPEGImageReader extends ImageReaderBase {
|
||||
}
|
||||
break;
|
||||
default:
|
||||
throw new IIOException("Unknown photometric interpretation for RAW EXIF thumbail: " + interpretation);
|
||||
throw new IIOException("Unknown photometric interpretation for RAW EXIF thumbnail: " + interpretation);
|
||||
}
|
||||
|
||||
thumbnails.add(readRawThumbnail(thumbData, thumbData.length, 0, w, h));
|
||||
@ -835,7 +835,6 @@ public class JPEGImageReader extends ImageReaderBase {
|
||||
delegate.abort();
|
||||
}
|
||||
|
||||
// TODO: Fix thumbnails based on JFIF and EXIF thumbnails
|
||||
@Override
|
||||
public boolean readerSupportsThumbnails() {
|
||||
return true; // We support EXIF thumbnails, even if no JFIF thumbnail is present
|
||||
|
Loading…
x
Reference in New Issue
Block a user