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