mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 03:25:28 -04:00
Merge pull request #58 from rvsoni/master
#57 Added 'image/vnd.adobe.photoshop' mimetype
This commit is contained in:
commit
96eb0d0b7f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user