Add rounded corners to a photo.
A more subtle alternative to a full circle crop - rounding just the corners of a photo, common in modern app and website design for cards and thumbnails.
Found this useful? Create a free account to also build a website, resume, or invoice — no cost to start.
Create Free AccountBuild it free, right now — no signup needed. Create an account only when you're ready to save or download.
Try Free Resume Builder Try Free Invoice BuilderRounded corners are a widely-used design convention in modern apps and websites - applying them directly to an image, rather than relying on CSS to round a container around it, makes the effect visible even if the image is used somewhere CSS styling won't apply (like a downloaded file or a platform without corner-radius support).
CSS rounding works fine on a website, but if the image is downloaded, shared, or used in a context without CSS support, baking the rounded corners into the file itself keeps the effect consistent everywhere.
PNG - it preserves the transparency in the corner areas that get cut away; JPG would fill them with a solid background color.