$imageStroke

Stroke the canvas with a rectangle

Usage

$imageStroke[color;x;y;width;height;opacity]

Stroke Width:

You can control it with $imageStrokeWidth

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]
$imagePositionBase[center]
$imageStrokeWidth[10]
$imageStroke[red;center;center;50;50]
$image[$imageOutput]

Custom Command Bot 04/02/2024