Lucid.Util.ImportImageFromForeignFile¶
Import an image to OMNI file format from one of the supported file formats.
Supported Formats¶
OMNI (
.omni
)AIM (
.aim
)ISQ (
.isq
)BMP (
.bmp
; 2D or optionally 2D slice stacks; grayscale only)PNG (
.png
; 2D or optionally 2D slice stacks; grayscale only)CZI (
.czi
; 3D only)DICOM (
.dcm
; 3D or optionally 2D slice stacks)TIFF (
.tif
or.tiff
; 3D or optionally 2D slice stacks; grayscale only)NIFTI (
.nii
)Compressed (
.nii.gz
renamed to.nii_gz
or_nii.gz
for compatibility reasons)
MHD (
.mhd
)MHA (
.mha
)NRRD (
.nrrd
)TXM (
.txm
)PAR / REC (
.par
/.rec
)ANALYZE (
.hdr
/.img
)SCV (
.uint16_scv
)
2D Slice Stacks¶
There is optional support for stacks of 2D image files:
The respective input parameter must be set.
The filenames must end in a sequential increasing integer number.
The selected input file must be the first slice.
The slice files must be accessed via the XF User Data mapping mechanism.