mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
TMI-57: Clean up after merge.
This commit is contained in:
parent
96eb0d0b7f
commit
dd54793d3d
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user