Is "fit over" working?
Posted: Wed Mar 30, 2011 3:23 pm
Hi all,
not sure if this is a bug of my misunderstanding of a function. Let's check it before moving this post to the bug section...
The "resize" function in the batch processing section has an option called "fit over". AS far as I understand, this would be equivalnet ot a "touch from outside?". In practice, if the aspect ratio of the original image is different from that of the requested target size, and assuming that you want to keep the aspect ratio, there are two way of resizing:
- without "fit over": you make the image entirely fit in the target size; one of the two dimensions (H or W) will be smaller than the requested size.
- with "fit over": you make the image completely fill the requested size, leaving some extra if needed on one of the two dimensions (H or W).
I've been trying this with a square image, 500x500 pixel, requesting a target size of 300x200 (HxW). These the settings and the results:
- keep aspect ratio checked, fit over unchecked, follow orientation unchecked. Final image: 200x200 (AS EXPECTED)
- keep aspect ratio checked, fit over CHECKED, follow orientation unchecked. Final image: 200x200 (UNEXPECTED!)
So, the option seems to make no difference. Can anyone check on this?
I'm using XnView 1.97.8 with Libformat 5.76 on a Windows 7 64-bit machine.
Thanks
Giacomo
not sure if this is a bug of my misunderstanding of a function. Let's check it before moving this post to the bug section...
The "resize" function in the batch processing section has an option called "fit over". AS far as I understand, this would be equivalnet ot a "touch from outside?". In practice, if the aspect ratio of the original image is different from that of the requested target size, and assuming that you want to keep the aspect ratio, there are two way of resizing:
- without "fit over": you make the image entirely fit in the target size; one of the two dimensions (H or W) will be smaller than the requested size.
- with "fit over": you make the image completely fill the requested size, leaving some extra if needed on one of the two dimensions (H or W).
I've been trying this with a square image, 500x500 pixel, requesting a target size of 300x200 (HxW). These the settings and the results:
- keep aspect ratio checked, fit over unchecked, follow orientation unchecked. Final image: 200x200 (AS EXPECTED)
- keep aspect ratio checked, fit over CHECKED, follow orientation unchecked. Final image: 200x200 (UNEXPECTED!)
So, the option seems to make no difference. Can anyone check on this?
I'm using XnView 1.97.8 with Libformat 5.76 on a Windows 7 64-bit machine.
Thanks
Giacomo