Skip to content

Crop Image

Purpose of the Node

The Crop Image node is used to crop an image object based on the provided bounding box. It can either transform the original image or create a new cropped image, depending on the “Use Reference” input.

Pins

The Crop Image node has the following pins:

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the nodeExecutionNormal
image_inThe image object to be croppedStructNodeImage
bboxThe bounding box defining the crop areaStructBoundingBox
use_refDetermines whether to transform the original image (false) or create a new cropped image (true)BooleanNormal
EndIndicates the completion of the executionExecutionNormal
image_outThe cropped image objectStructNodeImage