Photo Border Adder

Add a clean solid-color border around any photo.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Add a clean border to your photos

Frame a photo with a solid-color border — ideal for social posts that need a consistent look, print-style mats, or simply adding breathing room around an image. Pick any colour and set the thickness with a slider, and the border is drawn around your photo ready to download.

How it works

The tool loads your image onto a local <canvas>, then draws a solid rectangle of the chosen colour around it:

border width = thickness% × shorter side of the photo
new size      = original + 2 × border width (each dimension)

Because thickness is a percentage of the shorter side, the frame looks proportional whether the photo is a small thumbnail or a large print, and the result is exported as a PNG.

Example

A 1000 × 800 photo with a 5% white border:

  • Border width: 5% × 800 (shorter side) = 40 px
  • Output size: 1000 + 80 by 800 + 80 = 1080 × 880, with a 40 px white frame on every side
ThicknessShorter side 800 pxBorder width
2%80016 px
5%80040 px
10%80080 px

It all runs on a local canvas, so your photos are never uploaded.

Ad placeholder (rectangle)