shell extension: resize function works not as expected

Moderators: XnTriq, helmut, xnview

Post Reply
thor.a
Posts: 4
Joined: Fri Sep 07, 2007 2:49 pm

shell extension: resize function works not as expected

Post by thor.a »

Hello,

I have a question concerning the resize function of xnview shell extenion 3.2.0:

I want to resize my example image (500 x 300, EXIF orientation: top left) to a smaller
image with width=250. I do want to reach this width for sure, so I specify a much bigger value for
the height, e.g. height=500. When I use theses values in xnview shell extension...:

function "convert...":
options:
resize: defined size 250 x 500

... I get a result image with 416 x 250.

My question is: Why don't I get a result image with 250 x 151? Altering the
options of the shell extension (e.g. use EXIF rotation) has no effect.

The example image is here: http://yfrog.com/3texample1taj

Thank you for any explanation of this resizing behavior!

Thorsten
Last edited by thor.a on Fri Apr 27, 2012 4:41 pm, edited 1 time in total.
Post Reply