This commit is contained in:
Harald Kuhr 2016-06-01 10:12:29 +02:00
parent c29f895337
commit 3d68b61f72
8 changed files with 15 additions and 15 deletions

View File

@ -51,8 +51,8 @@ final class DCXProviderInfo extends ReaderWriterProviderInfo {
"image/dcx", "image/dcx",
"image/x-dcx", "image/x-dcx",
}, },
"com.twelvemkonkeys.imageio.plugins.dcx.DCXImageReader", "com.twelvemonkeys.imageio.plugins.dcx.DCXImageReader",
new String[] {"com.twelvemkonkeys.imageio.plugins.dcx.DCXImageReaderSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.dcx.DCXImageReaderSpi"},
null, null, null, null,
false, null, null, null, null, false, null, null, null, null,
true, null, null, null, null true, null, null, null, null

View File

@ -51,8 +51,8 @@ final class PCXProviderInfo extends ReaderWriterProviderInfo {
"image/pcx", "image/pcx",
"image/x-pcx", "image/x-pcx",
}, },
"com.twelvemkonkeys.imageio.plugins.pcx.PCXImageReader", "com.twelvemonkeys.imageio.plugins.pcx.PCXImageReader",
new String[] {"com.twelvemkonkeys.imageio.plugins.pcx.PCXImageReaderSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.pcx.PCXImageReaderSpi"},
null, null, null, null,
false, null, null, null, null, false, null, null, null, null,
true, null, null, null, null true, null, null, null, null

View File

@ -44,10 +44,10 @@ final class PICTProviderInfo extends ReaderWriterProviderInfo {
new String[] {"pct", "PCT", "pict", "PICT"}, new String[] {"pct", "PCT", "pict", "PICT"},
new String[] {"pct", "pict"}, new String[] {"pct", "pict"},
new String[] {"image/pict", "image/x-pict"}, new String[] {"image/pict", "image/x-pict"},
"com.twelvemkonkeys.imageio.plugins.pict.PICTImageReader", "com.twelvemonkeys.imageio.plugins.pict.PICTImageReader",
new String[] {"com.twelvemonkeys.imageio.plugins.pict.PICTImageReaderSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.pict.PICTImageReaderSpi"},
"com.twelvemonkeys.imageio.plugins.pict.PICTImageWriter", "com.twelvemonkeys.imageio.plugins.pict.PICTImageWriter",
new String[] {"com.twelvemkonkeys.imageio.plugins.pict.PICTImageWriterSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.pict.PICTImageWriterSpi"},
false, null, null, null, null, false, null, null, null, null,
true, null, null, null, null true, null, null, null, null
); );

View File

@ -60,11 +60,11 @@ public final class PNMImageReaderSpi extends ImageReaderSpi {
"image/x-portable-anymap", "image/x-portable-anymap",
"image/x-portable-arbitrarymap" // PAM "image/x-portable-arbitrarymap" // PAM
}, },
"com.twelvemkonkeys.imageio.plugins.pnm.PNMImageReader", "com.twelvemonkeys.imageio.plugins.pnm.PNMImageReader",
new Class[] {ImageInputStream.class}, new Class[] {ImageInputStream.class},
new String[] { new String[] {
"com.twelvemkonkeys.imageio.plugins.pnm.PNMImageWriterSpi", "com.twelvemonkeys.imageio.plugins.pnm.PNMImageWriterSpi",
"com.twelvemkonkeys.imageio.plugins.pnm.PAMImageWriterSpi" "com.twelvemonkeys.imageio.plugins.pnm.PAMImageWriterSpi"
}, },
true, // supports standard stream metadata true, // supports standard stream metadata
null, null, // native stream format name and class null, null, // native stream format name and class

View File

@ -50,10 +50,10 @@ final class PSDProviderInfo extends ReaderWriterProviderInfo {
"application/x-photoshop", "application/x-photoshop",
"image/x-photoshop" "image/x-photoshop"
}, },
"com.twelvemkonkeys.imageio.plugins.psd.PSDImageReader", "com.twelvemonkeys.imageio.plugins.psd.PSDImageReader",
new String[] {"com.twelvemonkeys.imageio.plugins.psd.PSDImageReaderSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.psd.PSDImageReaderSpi"},
null, null,
null, // new String[] {"com.twelvemkonkeys.imageio.plugins.psd.PSDImageWriterSpi"}, null, // new String[] {"com.twelvemonkeys.imageio.plugins.psd.PSDImageWriterSpi"},
false, null, null, null, null, false, null, null, null, null,
true, PSDMetadata.NATIVE_METADATA_FORMAT_NAME, PSDMetadata.NATIVE_METADATA_FORMAT_CLASS_NAME, null, null true, PSDMetadata.NATIVE_METADATA_FORMAT_NAME, PSDMetadata.NATIVE_METADATA_FORMAT_CLASS_NAME, null, null
); );

View File

@ -51,7 +51,7 @@ final class SGIProviderInfo extends ReaderWriterProviderInfo {
"image/sgi", "image/sgi",
"image/x-sgi", "image/x-sgi",
}, },
"com.twelvemkonkeys.imageio.plugins.sgi.SGIImageReader", "com.twelvemonkeys.imageio.plugins.sgi.SGIImageReader",
new String[] {"com.twelvemonkeys.imageio.plugins.sgi.SGIImageReaderSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.sgi.SGIImageReaderSpi"},
null, null,
null, null,

View File

@ -51,7 +51,7 @@ final class TGAProviderInfo extends ReaderWriterProviderInfo {
"image/tga", "image/x-tga", "image/tga", "image/x-tga",
"image/targa", "image/x-targa", "image/targa", "image/x-targa",
}, },
"com.twelvemkonkeys.imageio.plugins.tga.TGAImageReader", "com.twelvemonkeys.imageio.plugins.tga.TGAImageReader",
new String[] {"com.twelvemonkeys.imageio.plugins.tga.TGAImageReaderSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.tga.TGAImageReaderSpi"},
null, null,
null, null,

View File

@ -46,10 +46,10 @@ final class TIFFProviderInfo extends ReaderWriterProviderInfo {
new String[] { new String[] {
"image/tiff", "image/x-tiff" "image/tiff", "image/x-tiff"
}, },
"com.twelvemkonkeys.imageio.plugins.tiff.TIFFImageReader", "com.twelvemonkeys.imageio.plugins.tiff.TIFFImageReader",
new String[] {"com.twelvemonkeys.imageio.plugins.tiff.TIFFImageReaderSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.tiff.TIFFImageReaderSpi"},
"com.twelvemonkeys.imageio.plugins.tiff.TIFFImageWriter", "com.twelvemonkeys.imageio.plugins.tiff.TIFFImageWriter",
new String[] {"com.twelvemkonkeys.imageio.plugins.tif.TIFFImageWriterSpi"}, new String[] {"com.twelvemonkeys.imageio.plugins.tif.TIFFImageWriterSpi"},
false, TIFFMedataFormat.SUN_NATIVE_STREAM_METADATA_FORMAT_NAME, "TODO", null, null, false, TIFFMedataFormat.SUN_NATIVE_STREAM_METADATA_FORMAT_NAME, "TODO", null, null,
true, TIFFMedataFormat.SUN_NATIVE_IMAGE_METADATA_FORMAT_NAME, "com.twelvemonkeys.imageio.plugins.tiff.TIFFImageMetadata", null, null true, TIFFMedataFormat.SUN_NATIVE_IMAGE_METADATA_FORMAT_NAME, "com.twelvemonkeys.imageio.plugins.tiff.TIFFImageMetadata", null, null
); );