Skip to content

File Formats

Bernhard Froehler edited this page Nov 16, 2018 · 14 revisions

open_iA supports several file formats. It reads:

  • Raw images (uncompressed binary data) (any extension; automatically detected as such: *.pro, *.raw, *.rec, *.vol)
  • MetaImage (*.mhd, *.mha)
  • VG Studio Scenes (*.vgi)
  • DICOM series (*.dcm)
  • Nearly raw raster data (NRRD) (*.nrrd)
  • Olympus FluoView files (*.oif)
  • AmiraMesh files (*.am) (only the uncompressed volume data format)
  • Serial VTK Image data (*.vti)
  • Several common image formats (*.bmp, *.jpg/*.jpeg, *.png, *.tiff/*.tif) (plus stacks of such images as volumes)
  • Hierarchical Data Format v5 (HDF5) (*.hdf5, *.he5, *.h5)
  • Matlab (*.mat) files (.mat file format version 7.3, which uses HDF5, see https://mathworks.com/help/matlab/import_export/mat-file-versions.html)
  • STL files (Polygon data) (*.stl)

It writes:

  • MetaImage
  • AmiraMesh files (only the uncompressed volume data format)
  • ITK HDF5 files
  • STL files

Clone this wiki locally