cgardner Offline Image Upload: Off
|
p.1 #2 · Printing existing images to new size... | |
The problem is that the two crops are not the same proportions / shape.
If you crop the 10 inch dimension to fit the 8.625 inch size then the image would be 6.9inches wide and parts of the image will be lost.
if you crop the 8 inch dimension to fit the 4.375 you will wind up with an image which is only 5.469 high but it will contain the whole image.
Assuming your are printing at 300 ppi your 8 x 10 image would be 2400 x 3000 pixels

So the first thing you need to do is scale the 8 inch width to fit 4.375 inches:

Next to fit the page height you need to increase the canvas size of the scaled 4.375 x 5.469 image to 8.625 by increasing the canvas size:

What you will wind up with is your photo dimension (showing in red) centered in 4.375 x 8.625 page:

Edited on Feb 18, 2008 at 02:55 AM
|