08-04-2016 07:33 AM
hi
just a gentle problem. I am having trouble converting a string into image data. I was wondering how to do this without using IMAQ functions.
Thanks.
08-04-2016 07:43 AM
08-04-2016 07:49 AM
Maybe this can help: http://zone.ni.com/reference/en-XX/help/371361M-01/lvcomm/ws_pngtoimg/
08-04-2016 11:47 PM
You can write the string to a file and then open that file as an image? (JPG/PNG/etc)
08-05-2016 02:19 AM
A string and an Image are two completely different data types, and without an understanding of the information in your string it would be impossible for us to know how to help you convert it to an image. As others have said, please provide much more information, including where this string has come from (source), how the information in the string is stored (datatype), what kind of image you're expecting (picture, IMAQ, bitmap) etc.