metadata of image | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | image | ||||||
Summary | The metadata property of an image is a read only array of metadata from the image file. | ||||||
Introduced | 8.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Command: export, export snapshot, export with palette | ||||||
Description | Use the metadata property to access the metadata of the image as an array. Other types of image and JPEG and PNG images without metadata will return empty. The metadata array is the same form used for the image export commands. The image metadata property is read only. | ||||||
Tags | multimedia |