# Image Extract by Coordinates

Extract a specific region from an image using precise X, Y coordinates and dimensions

> Canonical page: https://elysiatools.com/en/tools/image-extract-coordinates

- **Category:** Design

- **Keywords:** image, extract, coordinates, precise, crop, x, y, position, exact

## 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.

## Inputs

- **Image File** (file): Upload any image file (JPEG, PNG, WebP, TIFF) for coordinate-based extraction
- **Coordinate System** (select): Choose the coordinate system for specifying the region
- **X Coordinate** (number): X position. For center system: offset from center. For percentage: 0-100%
- **Y Coordinate** (number): Y position. For center system: offset from center. For percentage: 0-100%
- **Width** (number): Width of region to extract. For percentage mode: 0-100%
- **Height** (number): Height of region to extract. For percentage mode: 0-100%
- **Validate Bounds** (checkbox): Automatically adjust region if it exceeds image boundaries
- **Output Format** (select): Choose output format or keep original
- **Quality (1-100)** (number): Output quality for lossy formats (JPEG, WebP). Higher = better quality but larger file size

## 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

- Isolating specific product details from high-resolution catalog photos.
- Extracting consistent profile picture crops from larger group portraits.
- Creating uniform thumbnails from screenshots for documentation or web assets.

## Frequently asked questions

### 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.

## Related tools

- [Image Extract Region](https://elysiatools.com/en/tools/image-extract-region): Extract a specific rectangular region from an image by specifying area dimensions and position
- [Image Color Extractor](https://elysiatools.com/en/tools/image-color-extractor): Extract dominant colors from images using various algorithms including k-means clustering and histogram analysis
- [Color Palette Extractor](https://elysiatools.com/en/tools/image-color-palette): Extract a beautiful color palette from any image
- [Image Color Picker](https://elysiatools.com/en/tools/image-color-picker): Pick colors from images by specifying coordinates. Get color values in HEX, RGB, HSL, HSV, and CMYK formats.
- [Image Cropper](https://elysiatools.com/en/tools/image-cropper): Crop images to specific dimensions or aspect ratios with custom positioning
- [Depth Map Generator](https://elysiatools.com/en/tools/image-depth-map): Generate depth maps from images using brightness, saturation, and edge analysis. Creates grayscale depth maps where lighter pixels indicate closer objects and darker pixels indicate further objects.
- [IPTC Metadata Extractor](https://elysiatools.com/en/tools/image-iptc): Extract and view IPTC metadata from images including copyright, keywords, captions, and editorial information
- [Image Metadata Extractor](https://elysiatools.com/en/tools/image-metadata): Extract comprehensive metadata from images including EXIF, IPTC, XMP, and technical information

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
