mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 12:35:29 -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", "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},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user