mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-28 00:00:03 -04:00
#260 ProviderInfo fix
This commit is contained in:
+3
-3
@@ -41,9 +41,9 @@ final class ThumbsDBProviderInfo extends ReaderWriterProviderInfo {
|
||||
protected ThumbsDBProviderInfo() {
|
||||
super(
|
||||
ThumbsDBProviderInfo.class,
|
||||
new String[]{"thumbs", "THUMBS", "Thumbs DB"},
|
||||
new String[]{"db"},
|
||||
new String[]{"image/x-thumbs-db", "application/octet-stream"}, // TODO: Check IANA et al...
|
||||
new String[] {"thumbs", "THUMBS", "Thumbs DB"},
|
||||
new String[] {"db"},
|
||||
new String[] {"image/x-thumbs-db", "application/octet-stream"}, // TODO: Check IANA et al...
|
||||
"com.twelvemonkeys.imageio.plugins.thumbsdb.ThumbsDBImageReader",
|
||||
new String[] {"com.twelvemonkeys.imageio.plugins.thumbsdb.ThumbsDBImageReaderSpi"},
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user