Add Border to Image
Add a solid color border around an image. Runs entirely in your browser.
Click to upload or drag and drop
Select an image file
How it works
Set a border width from 1 to 100 pixels and a color, then press Add Border. The image is placed in the middle of a larger canvas filled with the border color, so nothing is cropped: a 1000 × 800 image with a 20 px border becomes 1040 × 840. Transparent areas inside the original take on the border color too.
Output
PNG images stay PNG; every other type is saved as a JPEG at 92% quality. The download is always named bordered.png or bordered.jpg. Files over 50 MB are rejected.
Limits
You get one solid color on all four sides — no different widths per side, gradients, rounded corners or shadows. The width is in pixels, so the same setting looks thinner on a very large photo, and there is no live preview: press Add Border again after changing the width or color.
Frequently asked questions
Does the border change the image's overall size?
Yes — the output image is larger than the original by twice the border width (added to both width and height), since the border is added around the existing image rather than cutting into it.