TMI-TIFF: Added format name synonyms.

This commit is contained in:
Harald Kuhr 2015-07-16 23:22:09 +02:00
parent 94f2b81d2a
commit d8d2764eb1

View File

@ -41,7 +41,7 @@ final class TIFFProviderInfo extends ReaderWriterProviderInfo {
protected TIFFProviderInfo() { protected TIFFProviderInfo() {
super( super(
TIFFProviderInfo.class, TIFFProviderInfo.class,
new String[] {"tiff", "TIFF"}, new String[] {"tiff", "TIFF", "tif", "TIF"},
new String[] {"tif", "tiff"}, new String[] {"tif", "tiff"},
new String[] { new String[] {
"image/tiff", "image/x-tiff" "image/tiff", "image/x-tiff"