How to Save an Intensity Graph as a TIFF File

Updated Oct 27, 2020

I want to save an intensity graph as a TIFF file, but I cannot do so using an invoke node. The invoke node outputs Image Data that can only be connected to the input of Write to JPEG/BMP/PNG File function. 

 

You will have to first change the intensity graph data to an image data by using the IMAQ ArrayToImage function. Then, you can connect the Image Out to the IMAQ WriteFile2 function input and save it as a TIFF file. 

Additional Information

You will need to create a temporary memory location and set the image size beforehand.