Crop images intuitively by dragging

Page Summary

The Image Crop tool is a free browser-based utility for cropping JPG, PNG, and WebP images. Drag on the image to select an area, use ratio presets such as 1:1 or 16:9, or enter exact pixel values. All processing happens in your browser — images are never sent to a server.

  • Ratio presets: Twitter Header / Instagram / Facebook OGP / YouTube and more
  • Drag selection: visually pick the crop area by dragging on the image
  • Pixel input: enter exact start X / Y / width / height values
  • Privacy: images stay in your browser and are never uploaded
ADVERTISEMENT

Image Crop

How to Use

1
Select an Image
Drop or pick a JPG, PNG, or WebP file
2
Select the Area
Drag, use a preset, or enter pixel values to set the crop area
3
Crop & Download
After cropping, download the result in your preferred format

🔒 Images are processed in your browser and are never uploaded or stored on a server

Click or drag & drop to select an image

Supports JPG, PNG, WebP
File: Original Size:

Ratio Presets

Pixel Input

Output Format

Drag on the image to select the crop area

Crop Result

ADVERTISEMENT

Frequently Asked Questions (FAQ)

When to Use Image Cropping

Image cropping is useful for removing unwanted margins or recomposing a photo to highlight the subject. Because every social platform prefers a different aspect ratio, the preset buttons make it easy to produce variants tailored to each platform in seconds.

Recommended Ratios per Platform

Twitter headers use 3:1 (wide), Instagram avatars and feed posts use 1:1 (square), Facebook/OGP share images use 1.91:1, and YouTube thumbnails use 16:9. The presets lock each ratio with a single click.

Practical Limits and What This Tool Cannot Do

Cropping with the browser's Canvas API does not upscale beyond the original resolution. Cropping reduces the available pixel area, which can put the result below the resolution required for printing (300dpi). For example, cropping a 4000×3000px photo down to 500×500px leaves too few pixels for an A4 print. We recommend checking the maximum print size with this site's Print Checker before cropping.

Trade-offs to Keep in Mind

Locking an aspect ratio can produce an unintended composition. Composition guidelines such as the rule of thirds or the Fibonacci spiral still require human judgment. JPEG files also accumulate "generation loss" each time they are re-saved, so avoid repeated crop-and-save cycles. Whenever possible, work from the original and crop in a single pass. PNG output uses lossless compression and does not suffer generation loss.

Real-World Q&A

Q: I want a square crop for social, but the subject is off-center. — Lock the aspect ratio to 1:1 first, then drag the crop box to recenter the subject. Q: My transparent PNG turned white after cropping. — The Canvas API defaults to a white background, but this tool preserves the alpha channel on output. Make sure the output format is not JPEG: JPEG does not support transparency, so save as PNG to keep it.

Trends in Image Cropping

Manual rectangular selection used to be the norm, but since 2022 AI-driven smart cropping (automatic subject detection plus composition suggestions) has been the dominant trend. CDNs such as Cloudinary and imgix now offer face-detection-based cropping as a standard feature. CSS's object-fit and object-position properties have also made responsive cropping on the front end straightforward, and lazy cropping using the browser's Content-Visibility API is gaining attention as a future web optimization technique.