LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I not use IMAQ to data strip a JPG or BMP file? (data strip meaning to transpose the data of an image to RGB or HSL data )

Hello Michael,

You can open an image file (bmp or jpg) with IMAQ ReadFile (located in the IMAQ Vision toolkit). If the image is in color, then you will need to select RGB or HSL for the Image Type (otherwise you will likely be using 8 bit for a greyscale image - default).
- I attached a sample program to open an image (you will need to select the correct data type) and display it using the IMAQ WindDraw (also included with IMAQ Vision). The VI was written and saved in LabVIEW 6i and IMAQ Vision 6.0.

With IMAQ Vision, you will also be able to convert the RGB image into HSL and/or extract the image into color planes (R, G & B or H, S & L) using IMAQ ExtractColorPlanes.
0 Kudos
Message 2 of 3
(3,157 Views)
how do I do that *without* using IMAQ?

i see some function in sound and pic that can read bmp and jpg.. can I use them insetad?

thanks
0 Kudos
Message 3 of 3
(3,157 Views)