LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PDA example: Reading a jpeg file into a picture control

Hi
Does anybody have a simple PDA example of how to read a .jpg file and show it in a picture control. The jpg examples I've found does not compile for PDA.
0 Kudos
Message 1 of 3
(3,439 Views)
In LabVIEW for windows there are VIs to read in JPEGs, however the PDA module does not support those VIs, so I do not believe there is a way to display JPEGs.
0 Kudos
Message 2 of 3
(3,439 Views)
Evan wrote in message news:<50650000000500000045330100-1066448259000@exchange.ni.com>...
> In LabVIEW for windows there are VIs to read in JPEGs, however the PDA
> module does not support those VIs, so I do not believe there is a way
> to display JPEGs.

The hard way would be to write your own JPEG -> Bitmap / Array
de-compression routine. You will probably find example (C++) code at
the JPEG web site.
http://www.jpeg.org/jpeg_about.html
0 Kudos
Message 3 of 3
(3,439 Views)