$imageTextStroke

write a stroke (border) text on an image

Usage

$imageTextStroke[Text;position x;position y;color (optional);opacity (optional)]

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]
$imageTextStroke[CC is Awesome;150;150;#4461b3]
$image[$imageOutput]

Custom Command Bot 04/02/2024