Proposals:ImageIO API for GUI Support

From KitwarePublic
Revision as of 18:00, 10 September 2008 by Ibanez (talk | contribs) (New page: __TOC__ '''ImageIO API for GUI Support''' = The Need = When building GUI applications based on ITK, it is common to use the ImageFileReader and ImageFileWriter classes, that through the...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ImageIO API for GUI Support

The Need

When building GUI applications based on ITK, it is common to use the ImageFileReader and ImageFileWriter classes, that through the ImageIO Factories are capable of supporting a large number of image file formats.

There are in fact, so many file formats supported, that it is challenging to list them all in the File Dialog of a GUI at the application level.