Custom Command
Dashboard
Discord
GitHub
$imageCrop
Crop a defined image from image builder
Usage
$imageCrop
[
image name
;
x
;
y
;
width
;
height
]
Example:
Member
08/02/2026
!!exec $imageCreate[300;300] // Create Image Frame
$imageLoadFromURL[avatar;$replaceText[$authorAvatar;webp;png]]
$imageCrop[avatar;0;0;100;100] // crop the image from position (0, 0) with size 100
$imageDraw[avatar]
$image[$imageOutput]
Custom Command
Bot
08/02/2026
[image]
Prev
$imageCreate
Next
$imageDraw