$imageDraw
Draw a loaded image on the current image
Usage
$imageDraw[image name;x;y;width;height;opacity]
1
Position: X & Y
You can read more about X, Y here
Size: Width & Height
You can read more about Width, Height here
Example:
Member08/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 08/02/2024