/*! \page impexp_overview ImpExp

\todo Finish it.

<h1>1. Generalities</h1>

TBD

<h1>2. Importers</h1>

<ul>

<li>IE_Imp -- This is the base class for all WP importers.

<li>IE_Imp_Applix -- This is the importer for Applix Words documents.

<li>IE_Imp_RTF -- This is the RTF importer.

<li>IE_Imp_MsWord_97 -- Imports MS Word 97 documents using libwv.

</ul>

<h1>3. Graphic Importers</h1>

<ul>

<li>IE_ImpGraphic -- This is the base class for all graphics
importers.

<li>IE_ImpGraphic_JPEG -- This is the JPEG importer using
jpeglib. Convert JPEG image to a PNG image.

<li>IE_ImpGraphic_PNG -- This is the PNG importer. Simply reads the PNG file.

<li>IE_ImpGraphic_BMP -- This is the BMP importer. Convert a BMP file to PNG.


</ul>

<h1>4. Exporters</h1>



*/
