LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I decode a jpeg data array to pixmap

Hi,
I am using labview 6.i and wish to convert a 1d array of jpeg data into something that I can display in labview (pixmap). How do I go about decoding it? Is there a freely available algorithm or (better) a VI that implements it?
I desperately need help!
0 Kudos
Message 1 of 3
(3,570 Views)
LabVIEW has a VI that allows you to read jpeg files, and is located in the function palette:

Graphics & Sounds -> Graphic Format -> Read JPEG File.vi

If you can save your string in a jpeg file, LabVIEW can interpret it.

Use the VI "Draw Flattened Pixmap" to display your image in a picture indicator. You may want to review the following example:

Reading from JPEG/PNG/BMP Images into a LabVIEW Picture Control
http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&0431FFD466D3E2988625683A000B8401&cat=D34BD2FC1A9B06708625688B00729CC4

Best regards;
EJV
www.vartortech.com
0 Kudos
Message 2 of 3
(3,570 Views)

How can I save the string to a jpeg file???

0 Kudos
Message 3 of 3
(2,439 Views)