2.7.24 imgstack


Menu Information

Multiple Image Files

Brief Information

Connect multiple image files to one Image window.

Additional Information

Minimum Origin Version Required: 2022


Command Line Usage

1. imgstack path:=system.path.program$+"\Samples\Image Processing and Analysis";

2. imgstack src:=files fname:="C:\Myfile1.tif%(CRLF)C:\Myfile2.tif";

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Source src

Input

int

0
Specify the source of image files to be imported. Option list:
  • 0=folder:Files in Specified Folder,
  • 1=files:Specified Files
Image Format type

Input

int

0
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:
  • 0=tif:TIFF,
  • 1=png:PNG,
  • 2=jpg:JPEG
File Names fname

Input

string

fname$
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.

Description

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.

Related X-Functions