$imageDrawBack

Draw a loaded image behind the current image

Usage

$imageDrawBack[image name;x;y;width;height]

Example:

Member09/19/2023
!!exec $imageCreate[300;300] // Create Image Frame
$imageLoadFromURL[avatar;$replaceText[$authorAvatar;webp;png]]
$imageFill[gray]
$imageFill[transparent;100;100;100;100]
$imageDrawBack[avatar;50;50;200;200]
$image[$imageOutput]

Custom Command Bot 09/19/2023