mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
Function: import_image
|
|
|
|
--Usage--
|
|
> import_image(image_path)
|
|
|
|
Load an image from outside the data folder. Intended for use from the CLI.
|
|
|
|
--Parameters--
|
|
! Parameter Type Description
|
|
| @input@ [[type:string]] Full path of the image to load
|
|
|
|
--Examples--
|
|
> new_card([image: import_image("D:/Art/Ajani.png"), card_color: "green"])
|