$imageDraw

Draw a loaded image on the current image

Usage

$imageDraw[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]]
$imageDraw[avatar;0;0;300;300]
$image[$imageOutput]

Custom Command Bot 04/02/2024