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";
Input
int
string
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.