Crop images online with pixel-perfect precision. Free browser-based image cropper with aspect ratio presets for Instagram, YouTube, Pinterest, and more — drag, crop, download.
Image Cropper is a free, browser-based tool
from UseToolSuite's
Image Tools collection.
All processing happens locally on your device — your data is never uploaded to any server.
Use the tool below, then scroll down for detailed documentation, frequently asked questions, and related resources.
About Image Cropper
Image Cropper is a free, browser-based tool that lets you crop any image with pixel-perfect precision using an interactive drag-and-drop interface. Whether you need a square profile picture for Instagram, a 16:9 YouTube thumbnail, a 2:3 Pinterest pin, or a custom crop for any purpose, this tool provides instant visual feedback with ten built-in aspect ratio presets and freeform cropping. Simply drag the crop region directly on the image canvas — the semi-transparent overlay shows exactly what will be kept and what will be removed. Enter exact pixel coordinates for surgical precision, or pick a preset and drag to compose the perfect frame. Output in PNG (lossless), JPG (smaller files), or WebP (best compression) with adjustable quality. Everything runs entirely in your browser using the HTML5 Canvas API — your images are never uploaded to any server, making this tool completely safe for personal photos, proprietary product shots, confidential screenshots, and sensitive design assets. No signup, no watermarks, no file limits.
How to Crop an Image
- Upload your image — Drag and drop a PNG, JPG, WebP, BMP, or GIF file, or click to browse.
- Select aspect ratio — Choose from 10 presets (Free, 1:1, 4:3, 3:2, 16:9, 9:16, 3:4, 2:3, 5:4, 7:5) or leave on "Free" for unconstrained cropping.
- Draw crop area — Click and drag on the image to define the crop region. The darkened overlay shows what will be removed. You can also enter exact pixel values for X, Y, Width, and Height.
- Adjust position — Drag the crop region to reposition it. The handles on edges and corners let you resize.
- Choose output format — PNG for lossless quality, JPG for smaller files, WebP for optimal compression. Adjust the quality slider for JPG and WebP output.
- Crop and download — Click "Crop Image" to see the result with size comparison, then download the cropped file.
Aspect Ratio Guide for Social Media
Using the correct aspect ratio is critical for social media images. Incorrect ratios result in unwanted cropping, black bars, or stretched images. 1:1 (Square): Instagram feed posts, Facebook profile pictures, Twitter profile pictures. 4:3: Standard presentations, iPad screens, traditional TV format. 16:9 (Widescreen): YouTube thumbnails and videos, Twitter/X post images, Facebook event covers, desktop wallpapers. 9:16 (Vertical): Instagram Stories, TikTok videos, Snapchat snaps, YouTube Shorts. 3:2: Standard DSLR photo ratio, 6×4 inch prints. 2:3: Pinterest pins (tall format for maximum visibility in feeds). 5:4: 8×10 inch photo prints, Instagram portrait. 3:4: Portrait orientation for posters and book covers.
Common Use Cases
- Create square profile pictures for Instagram, LinkedIn, Twitter, and Slack from rectangular photos
- Crop product images to consistent aspect ratios for e-commerce listings on Amazon, Shopify, and Etsy
- Extract specific regions from screenshots for bug reports, documentation, and presentations
- Prepare 16:9 thumbnails for YouTube videos from wider or taller source images
- Create tall 2:3 Pinterest pins from landscape photos to maximize feed visibility
- Crop passport photos or ID images to exact government-specified dimensions
- Remove unwanted borders, watermarks, or backgrounds from downloaded images
- Prepare consistent hero images and banners for blog posts and landing pages
What is the Image Cropper?
The Image Cropper is a fast, interactive tool that allows you to trim, frame, and resize your photos directly in your web browser. Whether you need to crop an image to a perfect square for a social media profile, or extract a specific detail from a large landscape shot, this tool provides a fluid, app-like experience. Crucially, all image manipulation is executed client-side, meaning your personal photos and sensitive documents are never uploaded to an external server.
How does it work?
The tool utilizes the HTML5 Canvas API paired with interactive JavaScript libraries (such as Cropper.js). When you upload a photo, it is drawn onto an invisible canvas while a scaled preview is presented to you with an interactive cropping box. As you drag the handles to define your crop boundaries, the script calculates the exact X/Y coordinates and width/height ratios. Upon clicking "Crop", the drawImage() method extracts those specific pixels from the original image and exports them as a new, downloadable file.
Common use cases
Content creators use the Image Cropper to reframe horizontal landscape photos into vertical 9:16 aspect ratios suitable for Instagram Reels or TikTok. Job seekers use it to crop a professional headshot out of a larger group photo to use on their LinkedIn profile or resume. E-commerce merchants use it to quickly crop and center product photos so that their online catalog maintains a uniform, professional appearance.
Crop vs resize — the core distinction
This is the most important thing to internalize before you start: cropping removes content; resizing scales it. Crop when you want to change what’s in the frame or fix the aspect ratio; resize when you want to change the pixel dimensions while keeping everything. They’re complementary — crop first to compose, resize second to hit an exact size (see FAQ). For just changing dimensions, the Image Resizer is the dedicated tool.
Compose with intent
A crop is a composition decision, not just a trim. The rule of thirds — imagine a 3×3 grid and place your subject along the lines or at their intersections — produces more balanced, engaging results than dead-centering everything. This cropper overlays that grid on the crop region to guide you. Cropping is also where you remove distractions at the edges and tighten the focus onto the subject.
Aspect ratios that matter
Platforms expect specific ratios, and cropping to the right one prevents awkward auto-cropping later:
| Ratio | Use |
|---|
| 1:1 | Avatars, Instagram square |
| 4:5 | Instagram portrait (most feed space) |
| 16:9 | YouTube, landscape, slides |
| 9:16 | Stories, Reels, TikTok |
Select a preset to constrain the crop box to that ratio, or use Free mode for unconstrained cropping. For exact requirements, type precise X/Y/Width/Height pixel values rather than dragging.
Non-destructive and private
The crop is non-destructive until you commit and download — adjust the region as many times as you like, and the original file on your device is never modified, so you can always re-upload and re-crop. JPEG output re-encodes (lossy, but invisible at 90%+); PNG output is lossless if you need zero degradation. Everything runs in your browser via Canvas, so personal photos, documents, and proprietary assets never leave your device.
How helpful was this tool?
Click to rate
Awesome! Glad it helped.
We don't have a marketing budget. The best way to support this free tool is by sharing it with other developers!
Help us improve!
Sorry it didn't meet your expectations. We're always looking to make these tools better. What was missing or broken?
Open GitHub Issue