LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

12bit TIFF image saving

Solved!
Go to solution

Awesome, now it is working!!

A last question, do you think your code sub vi is going to slow down the saving process?

Thank you again.

0 Kudos
Message 11 of 12
(501 Views)

Yes, depending on the image size and your processor this could take an extra few milliseconds. *EDIT: probably negligible compared to saving the TIF anyways.

 

However the fact it works demonstrates that the image type to be saved is I16 and not U16. You can verify this with a probe or highlight execution.

 

The VI you posted is not working and missing the combo box selecting MONO 8/12/16. I would replace the I16 image types with U16 types and wire the U16 output from IMAQ ImageToArray. Also remove the IMAQ ArrayToImage because it's not needed.

 

Untitled.png

 

0 Kudos
Message 12 of 12
(493 Views)