This commit is contained in:
GenevensiS
2025-04-10 20:01:05 +02:00
parent 9c6d3a84ef
commit cdfec5d00c
3 changed files with 15 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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")