How to enlarge canvas of various images to one size
Posted: 2011-11-02T12:58:24-07:00
Part of what I'm currently trying to do has me resizing a number of images to be within 800x800px (but they all have different aspect ratios) and then center each image on a 1920x1080 canvas.
All of the functions I've looked at (-border, -extent, -frame, -splice) seem to be dependent on adding a constant number of pixels to the canvas but I want the same canvas size (1920x1080) no matter what image is being processed without altering that image in any other way.
Ideas?
All of the functions I've looked at (-border, -extent, -frame, -splice) seem to be dependent on adding a constant number of pixels to the canvas but I want the same canvas size (1920x1080) no matter what image is being processed without altering that image in any other way.
Ideas?