200 DCx camera
© 2010 Thorlabs
7.3.54
is_LoadImage
Syntax
INT is_LoadImage (HIDS hCam, char* File)
Description
is_LoadImage() loads an image from a file. The image must have been saved in BMP format. It is
loaded into the active image memory.
Input Parameters
Pointer to a filename You can either pass an absolute or
a relative path.
If NULL is passed, the "Open File" dialogue opens.
Return Values
The image was loaded without errors.
IS_FILE_READ_INVALID_BMP_SIZE
The size of the image to be loaded exceeds the active
image memory size.
IS_FILE_READ_INVALID_BMP_ID
The file to be loaded is not a valid bitmap file.
The file could not be opened.
Related Functions
Is_LoadImageMem()
is_GetImageMem()
is_SetImageMem()
is_SaveImage()
is_SaveImageEx()
is_SaveImageMem()
is_SaveImageMemEx()
201
177
270
210
211
213
214