Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Color ImageImports an image from a selected file. The image can be used like an additional channel. A screenshot of a computerDescription automatically generated
Binary from ND2Imports a binary layer from a selected ND2 file (a Nikon camera image file format, not a Miata).
Binary from CSVImports a binary layer from a selected comma-separated values file.
Table from CSVImports a table from a selected comma-separated values file.
Table from HDF5Imports a table from a selected hierarchical data format 5 file (a file type meant for storing lots of data that contains multidimensional array data and array containers).
Color to Single TIFsExports a color layer to a tag image file format file of the specified name in the specified location, which is a file type good for storing metadata. For multi-frame images, numbering needs to be set to store all the data as separate tiff files.
Split to MultipointConverts a single image into multiple ND2 images using an input table to determine multipoint regions. Can set width and height of multipoints.
Table to CSVExports an input table as a comma-separated values file in the specified location.
Table to HDF5Exports an input table as a hierarchical data format 5 file (a file type meant for storing lots of data that contains multidimensional array data and array containers) in the specified location.
Load Last ColorGets a previous color image from a loop stored with Save Last Color. Could be useful for tracking changes between frames.
Save Last ColorTemporarily stores the current frame so it can be used by Load Last Color and must be connected to it. Could be useful for tracking changes between frames.
Load Last BinaryLoads a temporary binary layer from the previous frame of a loop stored with Save Last Binary. Could be useful for tracking changes.
Save Last BinaryTemporarily stores a binary layer in the current frame that can be recalled later by Load Last Binary and must be connected to it. Could be useful for tracking changes between frames.
Load Last TableLoads a temporarily stored table from Save Last Table. Could be useful for tracking changes between frames.
Save Last TableTemporarily saves a table from the current frame that can be used later by Load Last Table and must be connected to it. Could be useful for tracking images between frames.