How do I find out the list of image formats I can read or write?
Created May 8, 2012
John Zukowski To discover the installed set of readers and writers, you simply ask the ImageIO class through its getReaderFormatNames() and getWriterFormatNames() methods. You can also get the set of mime types supported with getReaderMIMETypes() and getWriterMIMETypes().