Intel® Array Visualizer supports reading and writing data in a variety of file formats. Files in these formats can be opened both interactively in Array Viewer, and programmatically using the Array Visualizer library routines.
Supported formats:
- AGL (used in Compaq Visual Fortran)
- BMP
- FITS (.fts)
- JPEG (.jpg)
- HDF4 (.hdf)
- HDF5 (.h5)
- Microsoft Excel (.xls)
- NetCDF (.nc)
- PLY
- PNG
- Text (.txt)
- TIFF (.tff)
- WAVE (*.wav)
- XML
Support for file formats in Intel® Array Visualizer is provided through a plug-in architecture. For each supported format a separate executable "understands" the format. Intel Array Visualizer can be extended to support additional formats by writing a plug-in to load the format. A C++ Project Wizard is provided that can generate framework code for the plug-in.
