Hi,
I have a customer who has uploaded some images using the image uploader and his smaller thumbnail images are being cropped along one edge, they have a black border which isn't coming out. The larger images are fine.
I have tried this myself using Firefox and I have been able to re-create the problem so I wonder if you could take a look please.
This is a sample of code that is used to determine the thumbnail sizes, it's the smaller ones that appear to be the problem, I've also included the input image and a copy of the created thumbnail.
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "125");
iu.addParam("UploadThumbnail1Height", "125");
iu.addParam("UploadThumbnail1JpegQuality", "85");
//Configure main image settings.
iu.addParam("UploadThumbnail2FitMode", "Fit");
iu.addParam("UploadThumbnail2Width", "400");
iu.addParam("UploadThumbnail2Height", "400");
iu.addParam("UploadThumbnail2JpegQuality", "95");
Thanks
Gav
gavphillips attached the following image(s):

