Files
MagicSetEditor2/doc/function/import_image.txt
T
GenevensiS cdfec5d00c add docs
2025-04-10 20:01:05 +02:00

14 lines
291 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--
> import_image("D:/Art/Ajani.png")