|
|
|
|
|
- Image found in a Web Camera control
- Drawing in browser code
- Drawing in PHP
<Image>.SaveGIF (Function) In french: <Image>.SauveGIF Syntax
Saving an image in memory Hide the details
<Result> = <Image control>.SaveGIF(<inMemory> [, <Number of colors>])
<Result>: Buffer Byte string containing the image in GIF 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 control>: Control name <inMemory>: Constant inMemory: Constant used to save an image in memory. <Number of colors>: Optional integer Number of colors for the image saved. Value included between 16 and 256 (256 by default). This parameter corresponds to the number of colors proposed in the color palette when using the GIF file. Remarks Image found in a Web Camera control Only the image displayed when <Image>.SaveGIF is executed is saved as a GIF image. To save this image, you can also use:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|