Multiple Image Files
Connect multiple image files to one Image window.
Minimum Origin Version Required: 2022
1. imgstack path:=system.path.program$+"\Samples\Image Processing and Analysis";
2. imgstack src:=files fname:="C:\Myfile1.tif%(CRLF)C:\Myfile2.tif";
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Source | src |
Input int |
|
Specify the source of image files to be imported. Option list:
|
Image Format | type |
Input int |
|
Specify the image format. Available only when Source = Files in Specified Folder. It will search files in Folder and import the images of the specified format type. Option list:
|
File Names | fname |
Input string |
|
Specify the files to import. Available only when Source = Specified Files. |
Folder | path |
Input string |
|
Specify the Folder from which the format-matched image will be imported. Available only when Source = Files in Specified Folder. |
This X-Function is used to stack multiple image files into one Image window, each file for one frame. Data Connector is used to import the image files. The images must have same dimension. Refer to this page for more information.