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
add extra space [SOLVED]
Moderators: helmut, XnTriq, xnview
-
- Posts: 5
- Joined: Tue Feb 15, 2011 3:44 pm
add extra space [SOLVED]
Last edited by robjuffermans on Thu Jun 21, 2012 9:20 am, edited 1 time in total.
-
- Posts: 5
- Joined: Tue Feb 15, 2011 3:44 pm
Re: add extra space [SOLVED]
Thank you very much, Pierre!