functional overview
Load data from multiple image files.
Details of Functions
Extract selected images one by one,Control statement/repeat end Repeat the process up to
OS | Image Selection Function |
---|---|
Android | An application for selecting images, such as "Gallery," will be launched. The application to be launched depends on the device settings. You need to set up an application that supports multiple selection of images. (e.g. Google Photos) |
iOS | A dialog box will be launched that allows you to select multiple photos. |
Windows | Displays a dialog for image selection. |
After loading, the image is scaled according to the parameters.
Image widthandImage Heightis specified, it is scaled to that size.
If only one side is specified, the entire image is scaled to fit that size.
If both are not specified, no expansion or contraction is assumed.
parameter
- argument (e.g. function, program, programme)
-
Image width numeric data
Specifies the width of the image to be resized.Image Height numeric data
Specifies the height at which the image will be resized.image format Specifies the image format after loading.
- PNG
- JPEG
- non-conversion
- return value
-
video data
Returns a resized version of the loaded image.