$imageDrawBack

Draw a loaded image behind the current image

Usage

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

Position: X & Y

You can read more about X, Y here

Size: Width & Height

You can read more about Width, Height here

Example:

Member04/02/2024
!!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 04/02/2024