mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
Function: dimensions_of
|
|
|
|
--Usage--
|
|
> dimensions_of(input: image)
|
|
|
|
Returns an array containing the width and height of the image in pixels.
|
|
|
|
--Parameters--
|
|
! Parameter Type Description
|
|
| @input@ [[type:image]] Image to whos dimensions we want.
|
|
|