$imageTextFill

write a filled text on an image

Usage

$imageTextFill[Text;position x;position y;color;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]
$imageTextSize[30]
$$imageTextAlign[center]
$imageTextFill[CC is Awesome;150;150;#4461b3]
$image[$imageOutput]

Custom Command Bot 04/02/2024