user2003965
user2003965

Reputation: 503

Export 2D-array as image using Labview IMAQ

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. enter image description here

Upvotes: 0

Views: 5540

Answers (1)

Khachik Sahakyan
Khachik Sahakyan

Reputation: 1982

You can use IMAQ ArrayToColorImage.vi instead of IMAQ ArrayToImage.vi enter image description here

Upvotes: 2

Related Questions