MB Networks
IMG-11 · Round Corners
Round the corners of any image by a pixel radius. The area outside the rounded shape becomes transparent. Nothing leaves your device.
Image
Could not read that file as an image.
This tool doesn't distort the image itself — it clips the four corners using a rounded rectangle mask, making the clipped area transparent. That's why the output needs to be PNG or WebP (formats with an alpha channel); exporting as JPEG has no way to represent the transparent corners and fills them with a solid background color instead.
The right corner radius scales with image size — a small radius on a large image reads as barely-there, while the same pixel radius on a small icon can look dramatically rounder. There's no universal correct value; the live preview is the fastest way to find a radius that matches your specific image's proportions.
Rounding corners works by making the clipped-off corner areas transparent, and JPEG has no alpha channel to represent transparency at all. Export as PNG or WebP to actually get transparent (properly rounded-looking) corners; JPEG will fill them with a solid background color instead.
No — radius is a fixed pixel value, so the same number looks like a subtle rounding on a large image and a much more dramatic curve on a small one. Adjust the radius per image size rather than reusing one fixed number across differently-sized images.
Yes — the rounding is applied independently to all four corners of the image's actual bounding box, whatever its aspect ratio. It doesn't require a square source image.
Related tools
Image
Image to Base64
Convert any image to a Base64 data URI for embedding directly in CSS or HTML. Runs entirely in your browser — nothing is uploaded.
Open →Image
Compress Image
Shrink an image's file size with a live quality slider. See the output size update as you drag. Runs entirely in your browser — nothing is uploaded.
Open →Image
Crop Image
Crop any image by dragging a selection, or snap to common ratios like 1:1, 16:9, and 4:3. Runs entirely in your browser — nothing is uploaded.
Open →Image
Add Padding to an Image
Add padding around any image — PNG, JPEG, GIF, WEBP, BMP, SVG. Choose the amount, color (including transparent), and output format. Runs entirely in your browser.
Open →Image
Resize Image
Resize any image by exact pixels or percentage, with optional aspect-ratio lock. Runs entirely in your browser — nothing is uploaded.
Open →Image
Rotate & Flip Image
Rotate any image in 90° steps or by any angle, and mirror it horizontally or vertically. Runs entirely in your browser — nothing is uploaded.
Open →All processing runs locally in your browser · No image is ever uploaded