$imageBorderRad

Control the border radius of the filled box with $imageFill

Usage

$imageBorderRad[border radius for all corners]
or $imageBorderRad[top-left corner radius; top-right corner radius;bottom-right corner radius;bottom-left corner radius]

Example: (Draw Red Circle in the center)\

Member04/02/2024
!!exec $imageCreate[300;300]
$imageBorderRad[50]
$imageFill[red;100;100;100;100]
$image[$imageOutput]

Custom Command Bot 04/02/2024