Change canvas size in Preview.app without scaling image

image editingpreview

I have a PNG that I want to add additional content to. For this I need to increase the canvas size of the image: Just make the image larger, but without scaling the existing contents (which the Adjust Size tool seems to insist on doing).

How can I do this?

Best Answer

This works well for me:

  1. Select all (cmd+A) and cut (cmd+X) the image from its canvas (convert to png if asked).

  2. Resize the image as desired from the "Tools" menu (unlock the proportions if desired)

  3. Re-paste original image from the clipboard (cmd+V) and move it where you want it on the resized canvas

  4. Use cmd+- if necessary to zoom out (you'll see checkerboard where the canvas is and white beyond)

  5. Paste in other images, etc, as you like