06-06-2006 08:45 AM
06-06-2006 10:03 AM
Which version of CVI are you using? Starting from version 7 (or 7.1, I don't remember) the function you are using was splitted into SaveBitmapToBMPFile and SaveBitmapToJPEGFile.
It seems that you are using an older version: you can still save in jpg format using third party drivers: I am using G.Dargaud functions to save/read in PNG and JPG format.
BTW, you don't need to use ClipboardPutBitmap before saving it unless you need a copy of the image to paste in a separate application.
06-06-2006 01:19 PM
Hi Roberto,
Thanks for the reply. Yeah i am using 7.0......I will try the other method....m sure it will work out.
Thanks
k1_ke
09-15-2006 04:20 AM
09-15-2006 04:35 AM
09-16-2006 02:33 AM
09-17-2006 10:36 PM