Crop
Transform
Extracts a rectangular region from an image by specifying pixel or percentage amounts to remove from each edge.
Crop removes pixels from the edges of an image. Specify how much to cut from the left, right, top, and bottom, using either pixel amounts or percentages of the source dimensions (toggle with the px/% button on each slider). When a size_ref pin is connected, the crop dimensions are determined automatically from the reference.
Parameters
Section titled “Parameters”Pins
ImageImage
Size RefSize Reference
ImageImage
Crop
LeftInteger · px/%
Amount to remove from the left edge
RightInteger · px/%
Amount to remove from the right edge
TopInteger · px/%
Amount to remove from the top edge
BottomInteger · px/%
Amount to remove from the bottom edge
Usage Tips
Section titled “Usage Tips”- Use Crop to isolate a specific region of a larger image.
- Switch to percentage mode for resolution-independent cropping that scales with any input size.
- Connect a reference image to the size_ref input to auto-crop to its dimensions.
- Combine with Transform for repositioning before cropping.