<aside> 🛠

Crop Images with Precise Coordinate Boundaries


Crop images using explicit bounding box coordinates (top, left, bottom, right). Specify exact pixel boundaries to extract rectangular regions. Perfect for precise cropping, automation workflows, programmatic cropping, or when you have coordinates from external systems. Use with detection/segmentation outputs or when you know exact coordinates

</aside>


What it does

Image Crop by Coord extracts a rectangular region from an image using explicit bounding box coordinates. Specify the region boundaries: top, left, bottom, right (in pixels). The tool extracts only that rectangular region. No detection or guessing—you provide exact coordinates, it crops exactly. Perfect for automation, programmatic workflows, or when coordinates come from another system.

Problem it solves

Input/Output

<aside>


How to Use

<aside>

Crood.mp4

  1. Load detection → Get output from object detection model (DETR, YOLOS, etc.)
  2. Select target object to crop → Choose target object and check its coordinates
  3. Set coordinates → Upload input text box, enter Top, Left, Bottom, Right values (in pixels), and ‘Add Text’
  4. Run Flow </aside>