$imageLoadFromURL

Load an image and save it with reference name, that can be used in other functions

Usage

$imageLoadFromURL[name;URL]

Example:

Member04/02/2024
!!exec $imageCreate[300;300] // Create Image Frame
$imageLoadFromURL[avatar;$replaceText[$authorAvatar;webp;png]]
$imageDraw[avatar;0;0;300;300]
$image[$imageOutput]

Custom Command Bot 04/02/2024