Tested tool guide
Tested browser tools
Checked August 16, 2026
What Rounded Corner Maker does, with a checked example
Rounded Corner Maker takes an image and cuts the four corners of its rectangular frame into quarter-circle arcs with a radius you choose, then fills the removed slivers with a background color you also choose. The radius value is a pixel measurement: at 40 px the curve spans 40 px along each edge from the corner. The surprise for most users is that the cutaways are filled with an opaque color rather than left transparent, so the result looks seamless only on a page whose background matches that color.
Worked example
A concrete input and expected output from the current implementation.
Input
Upload a 400 by 300 px PNG, set radius to 40 px, background to white (#FFFFFF).
->
Expected output
A 400 by 300 px PNG in which each corner is cut to a quarter-circle arc of radius 40 px. The four slivers between those arcs and the image edges are solid white; every pixel inside the rounded rectangle is unchanged. Along each edge the curve begins 40 px in from the corner.
The radius defines the quarter-circle removed from each corner, and the cutaway is filled with the chosen background color. The output keeps the original dimensions, and only the four corner regions differ from the input.