210 DCx camera
© 2010 Thorlabs
7.3.63
is_SaveImage
Syntax
INT is_SaveImage (HIDS hCam, const IS_CHAR* File)
Description
is_SaveImage() saves an image in bitmap (*.BMP) format to a file. The images are read out from
the current image memory. The bitmap is stored with the colour depth that was used when allocating
the image memory (in DIB mode) or that was set for the current colour mode (in Direct3D mode).
In Direct3D mode, overlay data is not saved.
Input Parameters
Pointer to a string containing the BMP filename You can either pass an absolute
or a relative path.
If NULL is passed, the "Save as" dialogue will be displayed.
Return Values
Function executed successfully
Related Functions
is_SaveImageEx()
is_SaveImageMem()
is_SaveImageMemEx()
is_LoadImage()
Is_LoadImageMem()
is_GetImageMem()
is_SetImageMem()
211
213
214
200
201
177
270