Syntax
INT is_LoadImage (HIDS hf, char* File)
Description
Loads an image from a file in to the computer’s memory. The file must be in BMP format. The image is loaded into the currently valid memory (also see is_GetImageMem()) or in the DirectDraw buffer. Please consider that the image in DirectDraw primary surface mode is loaded maximal up to size of the output window. Is the image larger as the output window the overlapping areas will be cut.
The file name can contain absolute as well as relative path details. With is_SaveImage() the images are saved in BMP format.
Parameters
hf |
Frame grabber handle |
File |
Name of BMP image file NULL = Dialog box for input of path name is displayed (see is_BoardStatus() for maintaining the selected directory path) |
Return value
IS_SUCCESS, IS_NO_SUCCESS