TMI-57: Clean up after merge.

This commit is contained in:
Harald Kuhr 2014-08-26 21:08:43 +02:00
parent 96eb0d0b7f
commit dd54793d3d

View File

@ -60,9 +60,11 @@ public class PSDImageReaderSpi extends ImageReaderSpi {
new String[]{"psd", "PSD"},
new String[]{"psd"},
new String[]{
"image/vnd.adobe.photoshop", // This one seems official
"application/vnd.adobe.photoshop",
"image/x-psd", "application/x-photoshop", "image/x-photoshop"
"image/vnd.adobe.photoshop", // Official, IANA registered
"application/vnd.adobe.photoshop", // Used in XMP
"image/x-psd",
"application/x-photoshop",
"image/x-photoshop"
},
"com.twelvemkonkeys.imageio.plugins.psd.PSDImageReader",
new Class[] {ImageInputStream.class},