C Chilly818 Well-known member Mar 3, 2011 211 4 0 Apr 13, 2011 #1 I would liek to resize a picture............... I forgot the size. thanks
F FrankXS Well-known member Feb 27, 2011 3,143 401 0 Apr 14, 2011 #3 Chilly818 said: I would liek to resize a picture............... I forgot the size. thanks Click to expand... The pixel size doesn't matter (other than higher/lower resolution). What does matter, to avoid excessive cropping, are these two things. 1) Make it HORIZONTAL (landscape) 2) Make sure the Aspect Ratio is 1.124:1 (about) Examples: 270x240 is 1.125:1 540x480 is 1.125:1 900x800 is 1.125:1 960x854 is 1.125:1 1024x910 is 1.125:1 All of those would work - HORIZONTAL! -Frank Last edited: Apr 14, 2011 Reactions: Tigger76
Chilly818 said: I would liek to resize a picture............... I forgot the size. thanks Click to expand... The pixel size doesn't matter (other than higher/lower resolution). What does matter, to avoid excessive cropping, are these two things. 1) Make it HORIZONTAL (landscape) 2) Make sure the Aspect Ratio is 1.124:1 (about) Examples: 270x240 is 1.125:1 540x480 is 1.125:1 900x800 is 1.125:1 960x854 is 1.125:1 1024x910 is 1.125:1 All of those would work - HORIZONTAL! -Frank