Custom Command
FunctionsImage Builder functions

$imageCrop

Crop a defined image from image builder

Usage

$imageCrop[image name;x;y;width;height]

Example:

Member
9/5/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
APP
9/5/2026
[image]

On this page