LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

what happened to graphics imports/exports class from cviinet toolset?

When I was using CVI 6.0 I had access to these functionzs via CVI toolset toolkit. Now this library is included in CVI 7.1 but graphics imports/exports class is not there? (Functions line panel to jpeg, control to jpeg etc)

How do I use these functions using CVI 7.1?

Thanks in advance for your help.
Sheetal
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 2
(2,803 Views)
Hello Sheetal,

The functions in the CVI Internet Toolkit for graphics import/export can be implemented with the functions in the User Interface Library of CVI 7.1. In particular, the functions are found under User Interface Library >> Bitmaps.

A few of the INET functions are listed below with their equivalent User Interface Library functions:

INET_PanelToJPEG() ----> GetPanelDisplayBitmap() and SaveBitmapToJPEGFile()
INET_ControlToJPEG() ----> GetCtrlDisplayBitmap() and SaveBitmapToJPEGFile()
INET_JPEGToBitmap() ----> GetBitmapFromFile()

In addition, CVI 7.1 supports the following image types:
.pcx, .bmp, .dib, .rle, .ico, .jpg, and .wmf.


Hope that helps.
Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 2 of 2
(2,799 Views)