ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Copying the pixels of an image file into an array Hide the details
Path of image file to use.
Name of the array of 24-bit color into which the pixels will be copied. This array can be a one-dimensional array or a two-dimensional array. For a two-dimensional array, the dimensions represent the X and Y axes of the image.
Options for calculating the array: dComponentBlueThe Blue component of image will be copied into the array.dComponentRedThe Red component of image will be copied into the array.dComponentRGBAll image components will be copied into the array.dComponentGreenThe Green component of image will be copied into the array.dGrayScaleThe image in grayscale will be copied into the array.
Copying the pixels of an image in memory into an array Hide the details
Byte string containing the image to use. This parameter can correspond to an image saved in memory (dSaveImageBMP, dSaveImageGIF, etc.).
Last update: 09/18/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: