Page 1 of 1

add extra space [SOLVED]

Posted: Tue Jun 19, 2012 3:36 pm
by robjuffermans
Hi,

I'm trying to resize images with a fixed height and variable width to a certain ratio 1:sqrt(2). If the image is too width then I can crop it, but if it's too small how can I make the width bigger without stretching up the image? So I just want to add extra space.

Regards, Rob

Re: add extra space

Posted: Wed Jun 20, 2012 7:14 am
by xnview
do you have tried canvas resize?

Re: add extra space [SOLVED]

Posted: Thu Jun 21, 2012 9:20 am
by robjuffermans
Thank you very much, Pierre!