Round Image Corners

Add rounded corners to any image — adjustable radius, padding, and background color with live preview. 100% client-side, no upload.

Loading…
🖼️Image processing runs entirely in your browser — no images are uploaded to any server. Output quality depends on input resolution and format.

About this tool

Give your images smooth, rounded corners right in your browser. Dial in the radius as a percentage of the image size, add padding for breathing room, pick a background color, and download a crisp PNG with full transparency. Everything runs locally — your photos never leave your device.

🔒100% client-side — your image never leaves your browser
📐Adjustable radius slider from 0% (sharp) to 50% (full circle)
🖼️PNG output with alpha channel transparency preserved
🎨Background color picker: transparent, white, or custom hex
Padding slider to add space around the image before rounding
🆓Free forever, no sign-up, no watermark

How to use it

Quick steps to get the most out of this utility.

  1. 1

    Upload your image

    Drag and drop or click to browse. Supports JPG, PNG, WebP, GIF, BMP, and AVIF.

  2. 2

    Adjust the radius

    Use the slider or preset buttons (Slight / Medium / Fully rounded) to set corner curvature.

  3. 3

    Fine-tune padding and background

    Add padding for breathing room and pick a background color if you don't want transparency.

  4. 4

    Download the result

    A live preview shows your changes in real time. Click Download to save the PNG.

Why rounded image corners matter

Rounded corners are one of the most effective micro-design choices you can make for modern web and app interfaces. Since iOS 7 and Android Lollipop, circles and rounded rectangles have been the dominant shape language of UI. A profile picture with a 50% radius becomes a clean circle. A product thumbnail with a 10–15% radius feels approachable and human. Research going back to the Bauhaus movement shows that rounded shapes are perceived as safer, friendlier, and more inviting than sharp rectangles — and that translates directly to conversion rates in e-commerce, social media, and SaaS dashboards.

As a concrete example: a 1200×800 blog header image with 15% corner rounding (180 px radius on the shorter edge) instantly looks like it belongs in a modern design system. The same image at 25% rounding (200 px radius) reads as a card-style layout that pairs well with Material Design or Tailwind's default rounded-lg utility. For a 500×500 avatar, setting the radius to 50% produces a mathematically perfect circle with no cropped edges — the same result as CSS border-radius: 50%, but baked into the file so it renders correctly in email clients, PDFs, and platforms that ignore CSS.

Radius as a percentage of image dimensions

Most image editors express corner radius in absolute pixels, which means a 20 px radius looks completely different on a 100×100 icon than on a 3000×2000 photo. This tool expresses the radius as a percentage of the smaller image dimension. A 10% radius on any image produces a corner curve that is 10% of the shorter side — proportionally consistent across all sizes. This is especially useful when batch-processing assets for a design system where you want every image to have the same proportional rounding regardless of resolution.

Padding and background control

The padding slider adds a transparent border around the image before rounding is applied. This is subtle but powerful: without padding, the corner arcs clip directly against the image edge. With 20 px of padding, the rounded corners have 20 px of breathing room, and the underlying background (whether transparent or colored) fills the space. This is exactly the visual effect of a CSS card with padding and border-radius, but rendered into the file itself. Combined with the white or custom-color background picker, you can create standalone rounded images that work in any context — no CSS required.

Why no-upload matters

Images are among the most personal files on any device. A photo might contain faces of family members, geo-location metadata, private documents, medical records, or sensitive screenshots. Upload-based rounding tools require you to send every pixel of that image to a remote server. You have no way to confirm deletion, no audit log, and no guarantee the image was not cached, indexed, or used for training data. This tool processes every image entirely inside the JavaScript runtime of your browser tab. The Canvas API draws the clipping path, the rounded pixels are rendered locally, and the PNG file streams directly to your download folder. Not a single byte of your image crosses the network.

FeatureThis toolUpload-based tools
Privacy100% client-sideImages sent to a server
SpeedInstant (no upload)Upload + process + download
Output formatPNG with transparencyVaries (often JPG only)
Live previewReal-time canvas previewApply then review

Frequently asked questions

Is my image uploaded to a server?+

No. The entire tool runs in your browser using JavaScript. Your image never leaves your device, never touches our servers, and is never logged or stored anywhere.

What image formats are supported?+

JPG/JPEG, PNG, WebP, GIF, BMP, and AVIF. The output is always a PNG so that transparency is preserved — even if your original was a JPG.

What is the maximum file size?+

You can process images up to 50 MB. Files over 25 MB will show a warning since processing may be slower on mobile devices due to memory limits per browser tab.

Will this work on mobile?+

Yes, on modern mobile browsers (Chrome, Safari, Firefox). Very large images (>25 MB) may be slower on phones. The live preview updates as you adjust the corner radius slider so you can fine-tune on any device.

What does the radius percentage actually control?+

The radius slider sets the corner radius as a percentage of the shorter image dimension (min of width and height). At 50%, a square image becomes a perfect circle. At 25%, a 1000×800 image gets 200 px radius corners. At 0%, there is no rounding.

What is the Padding slider for?+

Padding adds a transparent (or colored) border around the image before rounding. This is useful when you want rounded corners with some breathing room between the edge of the image and the clipped curve. Padding up to 50 px is supported.

Can I choose the background color?+

Yes. By default the background is transparent — the rounded corner areas show whatever is behind the image. You can also pick White or any custom hex color via the color picker. The background fills the areas outside the rounded corners.

Why does the output always export as PNG?+

JPG does not support transparency, so any rounded-corner image with a transparent background would lose the rounded effect when saved as JPG. PNG preserves the alpha channel so the corner curves remain crisp and see-through on any background. If you need JPG, use the white background option first.

Keep exploring

More utilities and reading from Toolisk.