Home > C: Programming > Function Descriptions > History back  Previous chapter  Next chapter  Print  

is_SaveImageMem

uEye Camera Manual Version 3.80

is_SaveImageMem

Windows_Logo

Linux_Logo

USB 2.0

GigE

USB 2.0

GigE

Syntax

INT is_SaveImageMem (HIDS hCam,  const IS_CHAR* File,
char* pcMem, int nID)

Description

is_SaveImageMem() saves an image in bitmap (*.BMP) format to a file. The images are read out from the specified image memory. The bitmap is stored with the color depth that was used when allocating the image memory (in DIB mode) or that was set for the current color mode (in Direct3D mode). JPEG files are always saved with a color depth of 8 or 24 bits.

 

Hinweis

In Direct3D mode, overlay data is not saved.

Input Parameters

hCam

Camera handle

File

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" dialog will be displayed.

pcMem

Pointer to the image memory

nID

Image memory ID

Return Values

IS_SUCCESS

Function executed successfully

IS_NO_SUCCESS

General error message

Related Functions

is_SaveImage()
is_SaveImageEx()
is_SaveImageMemEx()
is_LoadImage()
Is_LoadImageMem()
is_GetImageMem()
is_SetImageMem()

Suggestion for improvement? Send us your short Feedback on this chapter. Thank you very much!


© 2010 IDS Imaging Development Systems GmbH
http://www.ids-imaging.com