Key Facts
- Category
- Design
- Input Types
- file, select, number, checkbox
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
Image Extract by Coordinates allows you to precisely crop specific regions from your images by defining exact X and Y positions along with width and height dimensions.
When to Use
- •When you need to extract a specific UI element or icon from a larger screenshot.
- •When you must crop images to exact pixel dimensions for consistent design layouts.
- •When you need to isolate a specific area of an image using percentage-based positioning.
How It Works
- •Upload your image file in JPEG, PNG, WebP, or TIFF format.
- •Select your preferred coordinate system, such as top-left origin or center-based offset.
- •Input the X and Y coordinates along with the desired width and height for the extraction.
- •Adjust output settings like format and quality, then process the image to download your cropped result.
Use Cases
Examples
1. Extracting a UI Component
UI Designer- Background
- A designer has a full-screen application mockup and needs to extract a specific button component for a style guide.
- Problem
- Manual cropping is imprecise and often results in inconsistent padding.
- How to Use
- Upload the mockup, select 'Top-Left' coordinate system, and input the exact pixel coordinates of the button.
- Example Config
-
x: 150, y: 300, width: 200, height: 50, format: 'png' - Outcome
- A perfectly cropped, high-quality PNG of the button component ready for the design system.
2. Center-Focus Crop
Content Creator- Background
- A creator needs to extract a square thumbnail from the center of various landscape photos.
- Problem
- Standard cropping tools often miss the exact center point of the image.
- How to Use
- Upload the image, select 'Center' coordinate system, and set X and Y to 0 to target the middle.
- Example Config
-
coordinateSystem: 'center', x: 0, y: 0, width: 500, height: 500, format: 'jpeg', quality: 95 - Outcome
- A perfectly centered 500x500 square thumbnail extracted from the original image.
Try with Samples
image, png, jpgRelated Hubs
FAQ
What coordinate systems are supported?
You can use Top-Left (0,0 at the corner), Center (0,0 at the middle), or Percentage (0-100% of dimensions).
Can I change the file format during extraction?
Yes, you can choose to keep the original format or convert the output to JPEG, PNG, or WebP.
What happens if my coordinates go outside the image?
If 'Validate Bounds' is enabled, the tool will automatically adjust the region to fit within the image dimensions.
Is there a limit to the image file size?
The tool supports image files up to 10MB.
How does the quality setting affect my image?
The quality setting (1-100) controls compression for lossy formats like JPEG and WebP; higher values result in better quality but larger file sizes.