Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
ImageIO.getWriterFileSuffixes() - http://download.oracle.com/javase/6/docs/api/javax/imageio/ImageIO.html#getWriterFileSuffixes()
ImageIO.getReaderFileSuffixes() - http://download.oracle.com/javase/6/docs/api/javax/imageio/ImageIO.html#getReaderFileSuffixes()
The implementation is really straight forward: get all registered several providers first, then get their file suffixes.