$imagePositionBase

Adjust the base position of drawn image or object, by default it's topleft

Usage

$imagePositionBase[Base]

Base Values:

topleft, top, topright, centerleft, center, centerright, bottomleft, bottom, bottomright

Example:

Member04/02/2024
!!exec $imageCreate[300;300]
$imagePositionBase[centerleft]
$imageFill[white;center;center;100;100]
$imagePositionBase[centerright]
$imageFill[red;center;center;100;100]
$image[$imageOutput]

Custom Command Bot 04/02/2024