LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i get information from a jpeg

In need of assistance:

I know how to load a jpeg, but i want to see the information of the picture (data). My main objective is to derive an XY plot of the image and an XZ and YZ plot of thickness.


Thanks in Advance!
Fred
0 Kudos
Message 1 of 2
(2,473 Views)
Fred,

I think you just need to use Unflatten Pixmap.vi, which is at the bottom of the palette that has Read JPEG File.vi (see attached image). This VI does the work of combining the red, green, and blue values in the flattened image array into a single U32 for each pixel and spitting out a 2D array of the proper height and width.

Best of luck,
John
0 Kudos
Message 2 of 2
(2,466 Views)