Image processing pipelines in Image Analyst MKII
Image Analyst MKIIPipelines Glossary
HomeWorkflowImage Processing BasicsFunctions GlossaryPipelines GlossaryProtocolsQuick How ToSearch

Video or image export single channel (simple)

Parameters:
Name # Type Description
Color (Look Up Table) 1 string Look Up Table: "Grayscale", "Red", "Green", "Blue", "Pseudocolor", "Intensity Gated Pseudocolor", "Fire", "ROI color", "Off"
Scaling, Min percentile 2 real This percentile of the image histogram sets the intensity value where the minimum of the Look Up Table (LUT) is scaled. Use -1 to override this with fixed value set below at "Min value".
Scaling, Max percentile 3 real This percentile of the image histogram sets the intensity value where the maximum of the Look Up Table (LUT) is scaled. Use -1 to override this with fixed value set below at "Max value".
Show time stamp 4 boolean Turns on time stamps (set font in the Preferences Dialog/Misc tab).
Time stamp format 5 string Time will appear like this: "0 s", "0.0 s", "0.00 s", "0.000 s", "0000 ms", "00'00"", "00'00"00", "00h00min"
Export Filename 6 string
Video or Image Format 7 string Available formats: "BMPPadded", "BMP", "AVI", "JPG", "JPGPadded"
Description:
This pipeline scales the image with the Look Up Table (LUT) of choice, applies time stamp and exports in the format of choice.
Set time stamp font in the Preferences Dialog/Misc tab.
Set video or jpg compression in the Preferences Dialog/Export tab. Note: uncheck ‘Show compression dialog’ for automated processing of multiple positions.
Note: if using x264vfw, please check Zero Latency in its configuration panel.
Note: some video formats require image width divisible by 4 and height divisible by 2.