Categories

Image Rounded Corners

Add rounded corner effects to images with adjustable radius and corner selection

Click to upload file or drag and drop file here

Maximum file size: 10MB Supported formats: image/jpeg, image/png, image/webp, image/gif, image/bmp, image/tiff

Upload any image file (JPEG, PNG, WebP, GIF, BMP, TIFF) to apply rounded corners

Radius of rounded corners. Will be limited to image dimensions

Choose which corners to apply rounded effect to

Radius for top left corner. Used only in custom mode

Radius for top right corner. Used only in custom mode

Radius for bottom left corner. Used only in custom mode

Radius for bottom right corner. Used only in custom mode

Background color for corners (only affects JPEG format)

Choose output format or keep original. PNG recommended for transparency

Output quality for lossy formats (JPEG, WebP). Higher = better quality but larger file size

Key Facts

Category
Design
Input Types
file, number, select, color
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Easily apply professional rounded corner effects to your images with our intuitive tool, allowing you to customize corner radius, select specific corners, and optimize output quality for web or print.

When to Use

  • Creating consistent profile pictures or social media avatars with rounded edges.
  • Preparing UI design assets that require specific corner styling for buttons or cards.
  • Softening the look of sharp-edged photographs for a modern, aesthetic presentation.

How It Works

  • Upload your image file (JPEG, PNG, WebP, GIF, BMP, or TIFF).
  • Select your preferred corner mode, such as all corners, specific sides, or custom individual radii.
  • Adjust the corner radius in pixels and choose your desired output format and quality settings.
  • Process the image to apply the effects and download your newly styled file.

Use Cases

Standardizing team headshots for a clean, uniform company directory.
Styling product images for e-commerce platforms to match a modern design language.
Creating custom graphic elements for presentations or blog posts with soft, rounded edges.

Examples

1. Uniform Profile Avatars

Social Media Manager
Background
The team needs to update 20 employee profile photos to have a consistent, modern rounded look for the company website.
Problem
Manually editing each photo in professional software is time-consuming.
How to Use
Upload the headshot, select 'All Corners' mode, set the radius to 50px, and export as PNG to maintain transparency.
Outcome
All profile photos now feature perfectly uniform rounded corners, ready for immediate upload to the website.

2. Custom UI Card Design

Web Designer
Background
A designer needs a specific card graphic where only the top two corners are rounded to fit a website header layout.
Problem
Standard image editors often round all four corners by default.
How to Use
Upload the banner image, select 'Top Corners Only' in the Corner Mode, and set the radius to 20px.
Outcome
The banner image is perfectly cropped with rounded top corners, fitting the header design seamlessly.

Try with Samples

image, png, jpg

Related Hubs

FAQ

Which image formats are supported?

You can upload JPEG, PNG, WebP, GIF, BMP, and TIFF files.

Can I round only specific corners?

Yes, use the 'Corner Mode' setting to select top, bottom, left, right, diagonal, or custom individual corner configurations.

What happens to the background area when corners are rounded?

If you use a format that supports transparency like PNG, the corners will be transparent. For JPEG, you can specify a background color.

Is there a limit to the corner radius?

The radius is automatically limited to the dimensions of your image to ensure the effect remains visually accurate.

Can I change the output file format?

Yes, you can choose to keep the original format or convert your image to JPEG, PNG, or WebP.

API Documentation

Request Endpoint

POST /en/api/tools/image-rounded-corners

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes Upload any image file (JPEG, PNG, WebP, GIF, BMP, TIFF) to apply rounded corners
radius number No Radius of rounded corners. Will be limited to image dimensions
cornerMode select Yes Choose which corners to apply rounded effect to
topLeft number No Radius for top left corner. Used only in custom mode
topRight number No Radius for top right corner. Used only in custom mode
bottomLeft number No Radius for bottom left corner. Used only in custom mode
bottomRight number No Radius for bottom right corner. Used only in custom mode
backgroundColor color No Background color for corners (only affects JPEG format)
format select No Choose output format or keep original. PNG recommended for transparency
quality number No Output quality for lossy formats (JPEG, WebP). Higher = better quality but larger file size

File type parameters need to be uploaded first via POST /upload/image-rounded-corners to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-image-rounded-corners": {
      "name": "image-rounded-corners",
      "description": "Add rounded corner effects to images with adjustable radius and corner selection",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-rounded-corners",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]