LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save a bitmap image into a file with CVI 6.0 ???

In CVI6.0 it exists only the function GetBitmapFromFile () but the opposite one: SetBitmapToFile () doesn't exist 😞
I'm pretty sure that, in the past, the function SetBitmapToFile () was existing under CVI5.0.

So, now, what is the way to save a bitmap in a file under CVI6.0 ?

Thank you
0 Kudos
Message 1 of 3
(3,045 Views)
SaveBitmapToFile() is in the Programmer's Toolbox.
On the project window menu, go to Instrument >> Load, then browse to ..\CVI\toolslib\toolbox\toolbox.fp.
Then (from the menu) select Instrument >> Programmer's Toolbox >> File (unless flattened), then SaveBitmapToFile.
Message 2 of 3
(3,042 Views)
Thank you for your quick help !
0 Kudos
Message 3 of 3
(3,018 Views)