LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems creating a BMP File

Hello,
 
 
    I am getting screen shot data from various instruments with the VISA read command. How do I create a BMP file with the data from a VISA read?
 
Regards,
 
Kaspar
Regards,


Kaspar
0 Kudos
Message 1 of 2
(2,731 Views)

Hello Kaspar,

Thank you for posting on the NI Discussion Forums.  I am assuming that you have a 2-dimensional array of RGB values that correspond to the color of each bit on the image coming in from the VISA read.  If this is the case, I would recommend using the NewBitmap( ) function to create the image.  Also, to see more bitmap functions that you can use to create, read, and edit bitmap images, check out the “Using Bitmap Images” section of the LabWindows/CVI Help.

Chris_G
Sr Test Engineer
Medtronic, Inc.
0 Kudos
Message 2 of 2
(2,709 Views)