Rank: Newbie Groups: Member
Joined: 5/13/2008 Posts: 3 Points: 9
|
Hi,
Not sure if anyone else has observed this, but when I generate thumbnails in Image Uploader with:
iu.addParam("UploadThumbnail1FitMode", "3"); iu.addParam("UploadThumbnail1Height", "100");
iu.addParam("UploadThumbnail2FitMode", "3"); iu.addParam("UploadThumbnail2Height", "160");
I often end up with thumbnails that are one pixel less, so the 100 height becomes 99pixels and 160 height becomes 159pixels. I have also tried this with the FitMode set to 'fit' and it still does the same thing.
Has anyone else seen this and know what can be done to coerce Image Uploader to allways generate a thumbnail that matches the specified height?
Thanks,
Stuart.
|
Rank: Advanced Member Groups: Member
Joined: 9/19/2006 Posts: 353 Points: 180
|
Hi Stuart,
I reproduced this behavior with the latest ActiveX version available. It depends on original image size, i.e. sometimes image height is 100, sometimes is 99.
Anyway, it will be fixed in the nearest future.
Thanks for a bug reporting.
Best regards, Eugene Kosmin.
Aurigma Development Team
|