Resize Image
Resize PNG online free—scale PNG with transparency, or resize JPEG/JPG by pixels or percent. Preview, then download PNG or JPG. No upload.
Or try an example
Result preview
— × — px
Help Us Improve
—
(—)
Crop photos to the exact region you need. Drag the frame, preview, download PNG.
Drag to move: Reposition the crop box over your subject.
Eight resize handles: Adjust corners and edges independently.
Dimmed outside area: See exactly what will be removed before export.
Live preview: Cropped output updates as you adjust the box.
Side-by-side view: Original with overlay and cropped result together.
PNG download: Save the crop as crop-image.png.
Upload the image
Drop or click in the input panel (15 MB max).
Set the crop box
Move and resize until only the area you want remains inside the frame.
Check the preview
Confirm the cropped panel matches your goal.
Download PNG
Save the trimmed image to your device.
Start from full frame
The crop box begins at the full image, shrink inward from there.
Use corners first
Corner handles are fastest for rough framing.
Fine-tune with edges
Edge handles adjust one side without moving the opposite edge much.
Check the preview
The output panel shows exact cropped pixels.
Square for avatars
Drag equal width and height for a square crop, this tool does not apply a circle mask.
Export PNG for cutouts
PNG keeps alpha when cropping logos or icons.
PineTools.com
Basic crop tool with manual width/height input. No interactive drag-to-crop. Requires Apply button.
Adobe Express
Free online crop tool with aspect ratio presets. Part of larger editor requiring account navigation.
Canva.com
Crop in full design platform. Free tier good but requires account for saving.
ILoveIMG.com
Popular crop tool with presets and manual crop area. Free but server-side uploads with file size limits.
Crop Image
Interactive drag-to-crop with preset ratios (1:1, 4:3, 16:9, 9:16). Free-form or locked aspect ratio. Real-time preview. All in browser.
Screenshot cleanup
Crop a screenshot to remove toolbars, status bars, or extra margins.
Social crops
Cut to a tighter frame before posting.
Remove borders
Trim scanner edges or excess background.
Focus on subject
Isolate a product or portrait from clutter.
Thumbnail prep
Export a smaller rectangular region for cards or previews.
PNG trim
Cut PNG assets to tighter bounds while keeping transparency.
Visual selection
Drag handles instead of typing pixel coordinates.
Private
Images stay on your device, no server upload.
Instant preview
See the cropped result before download.
Preserves alpha
Transparency on PNG uploads stays intact.
No install
Works in any modern browser with Canvas 2D.
Free
Unlimited crops and downloads.
“Cropping is the removal of unwanted outer areas from a photographic or illustrated image.”
Cropping (image): This article explains how cropping removes unwanted outer areas from an image — the fundamental operation this rectangular crop tool performs with a draggable selection box. en.wikipedia.org/wiki/Cropping_(image)
“The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element.”
Canvas API (client-side image rendering): This tool uses Canvas 2D drawImage to extract the selected rectangular region from the source image. MDN documents the full canvas rendering pipeline for efficient pixel extraction. developer.mozilla.org/en-US/docs/Web/API/Canvas_API
“PNG supports lossless data compression, making it useful for storing graphics that need to be edited repeatedly without losing quality.”
PNG image format: Downloading the cropped region as PNG preserves the exact pixel data from the selection without re-encoding artifacts. The W3C PNG specification describes why PNG is ideal for lossless image storage. w3.org/TR/PNG/
“Image segmentation is the process of partitioning a digital image into multiple image segments, also known as image regions.”
Image segmentation in computer vision: Cropping is a form of image segmentation that extracts a rectangular sub-region. This tool lets users manually select a region of interest to isolate from the original image. en.wikipedia.org/wiki/Image_segmentation