mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
TMI-57: Clean up after merge.
This commit is contained in:
+5
-3
@@ -60,9 +60,11 @@ public class PSDImageReaderSpi extends ImageReaderSpi {
|
|||||||
new String[]{"psd", "PSD"},
|
new String[]{"psd", "PSD"},
|
||||||
new String[]{"psd"},
|
new String[]{"psd"},
|
||||||
new String[]{
|
new String[]{
|
||||||
"image/vnd.adobe.photoshop", // This one seems official
|
"image/vnd.adobe.photoshop", // Official, IANA registered
|
||||||
"application/vnd.adobe.photoshop",
|
"application/vnd.adobe.photoshop", // Used in XMP
|
||||||
"image/x-psd", "application/x-photoshop", "image/x-photoshop"
|
"image/x-psd",
|
||||||
|
"application/x-photoshop",
|
||||||
|
"image/x-photoshop"
|
||||||
},
|
},
|
||||||
"com.twelvemkonkeys.imageio.plugins.psd.PSDImageReader",
|
"com.twelvemkonkeys.imageio.plugins.psd.PSDImageReader",
|
||||||
new Class[] {ImageInputStream.class},
|
new Class[] {ImageInputStream.class},
|
||||||
|
|||||||
Reference in New Issue
Block a user