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"])
