What is the easiest way to change the canvas size of an already cropped print that is in a standard size?
Sometimes I need to crop an image to a size that is not 4 X 5. Currently, if it is a horizontal image, I take the vertical height and multiply it by 1.5 to have the 3 X 2 dimension. With that I create a new canvas that size and copy the image to it. That works, but is there a simpler way to accomplish this.?
Thank you for any suggestions...
\rtc
Sometimes I need to crop an image to a size that is not 4 X 5. Currently, if it is a horizontal image, I take the vertical height and multiply it by 1.5 to have the 3 X 2 dimension. With that I create a new canvas that size and copy the image to it. That works, but is there a simpler way to accomplish this.?
Thank you for any suggestions...
\rtc