Merge pull request #58 from rvsoni/master

#57 Added 'image/vnd.adobe.photoshop' mimetype
This commit is contained in:
Harald Kuhr
2014-08-26 21:01:23 +02:00

View File

@@ -60,7 +60,8 @@ public class PSDImageReaderSpi extends ImageReaderSpi {
new String[]{"psd", "PSD"},
new String[]{"psd"},
new String[]{
"application/vnd.adobe.photoshop", // This one seems official, used in XMP
"image/vnd.adobe.photoshop", // This one seems official
"application/vnd.adobe.photoshop",
"image/x-psd", "application/x-photoshop", "image/x-photoshop"
},
"com.twelvemkonkeys.imageio.plugins.psd.PSDImageReader",