$get image metadata
From UBot Studio
(Difference between revisions)
(Created page with "This function will make the background image transparent. The function is an Image function. '''Image File:''' The image the dimensions will be returned from(width and h...") |
|||
Line 1: | Line 1: | ||
− | This function will | + | This function will return the metadata of the given image. |
The function is an [[Image]] function. | The function is an [[Image]] function. | ||
− | '''Image File:''' The image the | + | '''Image File:''' The image the metadata will be returned from(a very long list consisting of channel depth, format, pixels, type, units, standard deviation and more). |
Revision as of 18:53, 4 July 2017
This function will return the metadata of the given image.
The function is an Image function.
Image File: The image the metadata will be returned from(a very long list consisting of channel depth, format, pixels, type, units, standard deviation and more).
Example
alert($getImageDimensions("C:\\Users\\Pictures\\DSC05A80.JPG"))
Running the script will return the metadata of the given image and store the data in a variable.