Does anyone have any code for writing tiff files from binary pixel data?
I know I can use an array to image (part of NI Vision) and then use the IMAQ save image, but was wondering if there were any other free alternatives.
Secondly, if I use the Vision/IMAQ method and I need a 10 or 12 bit image... if I use the 10/12 bit values in a 16 bit variable to send to the array to image and then use the IMAQ settings to set image depth to 12 or 10 bit, will it work correctly?