Proposals:ImageIO API for GUI Support: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(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...)
 
Line 8: Line 8:


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.
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.
= Current Support =
Currently the ImageIO classes support the GUI interfaces by providing the following API
*

Revision as of 18:08, 10 September 2008

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.

Current Support

Currently the ImageIO classes support the GUI interfaces by providing the following API