LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Bitmap Image extraction in CVI

Can anyone tell me how to extract data values from bitmap image using CVI?

Attached bmp file. I need to extract samples from the image and have to send that through communication port.

 

 

thks in advance,

 

Manju

0 Kudos
Message 1 of 4
(3,924 Views)
0 Kudos
Message 2 of 4
(3,783 Views)

Hello,

Is it what you need ?

0 Kudos
Message 3 of 4
(3,702 Views)

Did it help you ???

 

If so, keep in mind that my code is not complete. Do not forget to free resources as follow, of course... ^^

free (bits); free (mask); free (alpha); DiscardBitmap (bitmapID); DiscardBitmap (bitmapID2);

 

Bye

0 Kudos
Message 4 of 4
(3,675 Views)