|
|
|
|
|
- Image found in a Web Camera control
- Drawing in browser code
- Drawing in PHP
dSaveImageBMP (Function) In french: dSauveImageBMP // Saves in memory the image found in "IMG_ImageDrawing" ResSave = dSaveImageBMP(IMG_ImageDrawing, inMemory)
Syntax
Saving an image in memory Hide the details
<Result> = dSaveImageBMP(<Image> , <inMemory> [, <Number of colors>])
<Result>: Buffer Byte string containing the image in BMP format. Then this byte string can be assigned to an Image control, saved in a file (fSaveText), sent via a network (with the Socket functions), ... <Image>: Name of the Image control or variable - Name of the Image, Bar Code or Web Camera control to be used. Image controls in a report cannot be used.
- Name of the Image or Web Camera control to be used.
- Name of the Image variable to be used.
This type of variable is not available.
<inMemory>: Constant inMemory: Constant used to save an image in memory. <Number of colors>: Optional integer Number of colors for the image saved:- 0 (by default): number of colors defined in the screen resolution.
- 16: 16 colors.
This parameter corresponds to the number of colors proposed in the color palette when using the BMP file. Remarks Image found in a Web Camera control Only the image displayed when dSaveImageBMP is executed is saved. To save this image, you can also use: - the VideoCapture function: the image will be saved as a BMP file
- the dSaveImageGIF function: the image will be saved in GIF format or in memory
- the dSaveImageJPEG function: the image will be saved in JPEG format or in memory
- the dSaveImagePNG function: the image will be saved in PNG format or in memory
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|