|
|
|
|
|
<Image variable>.SaveGIF (Function) In french: <Variable Image>.SauveGIF Syntax
Saving an image in memory Hide the details
<Result> = <Image variable>.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 variable>: Image variable <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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|