Tested tool guide
Tested browser tools
Checked August 16, 2026
What Image Canvas Extender does, with a checked example
Image Canvas Extender enlarges the pixel bounds around an existing image while leaving the source content at its original scale. Specify space on the left, right, top, or bottom, then fill that newly exposed area with a selected color or transparency. Unequal amounts place the original off center, which is useful for labels or composition. The common surprise is that extending a canvas is not resizing or generative outpainting: the tool adds pixels around the image but does not stretch or reconstruct its subject.
Worked example
A concrete input and expected output from the current implementation.
Input
100 x 80 px source image; left 10 px; right 20 px; top 5 px; bottom 15 px; fill transparent
->
Expected output
130 x 100 px image; the source begins 10 px from the left and 5 px from the top; all added pixels are transparent
The width is 100 + 10 + 20 = 130 px, and the height is 80 + 5 + 15 = 100 px. The left and top additions determine where the unchanged source begins inside the larger canvas.