ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Saving an image in a file in GIF format Hide the details
True if the image was saved,False otherwise. To find out the error details, use ErrorInfo associated with the errMessage constant.
Name of Image control, Bar Code control or Web Camera control to use. The Image controls found in a report cannot be used. Versions 17 and later Name of the Image variable to use. New in version 17 Name of the Image variable to use. Name of the Image variable to use. Name of the Image variable to use.
Name and full (or relative) path of GIF file. A UNC path can be used. The file extension is optional.Caution: The destination directory must exist in order for the image to be saved.The existence of the GIF file is not checked. This file is automatically overwritten if it already exists.
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.
Saving an image in memory Hide the details
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), ...
Name of the Image control, Bar Code control or Web Camera control to save. The Image controls found in a report cannot be used. Name of the Image variable to use.
inMemory: Constant used to save an image in memory.
Image found in a Web Camera control
Last update: 09/29/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: