Reputation: 503
i would like to export a two dimensional data array as an image using labview IMAQ Libs. It seems like the array to image function can only handle greyscale, whereas save image only works for RGB. The export format (jpg, png, ...) is not of high priority. Is there any way to solve this?
Attached an image of my data flow.
Upvotes: 0
Views: 5540
Reputation: 1982
You can use IMAQ ArrayToColorImage.vi instead of IMAQ ArrayToImage.vi
Upvotes: 2