Hi,
Usually i use AspJpeg as resize component and it works okay, but i have seen now when having odd sizes on original images it does not always be in the size that is specified in the extension. This is what is specified in the extension:
Big image: Width: 450px Height: 450px Keep aspect ratio: yes
Thumb 1: Width: 60px Height: 60px Keep aspect ratio: yes
The image that was uploaded had dimension (width x height) 800x1049 and after it was resized the thumb is 46x60 and the big image is 344x451!, This is ABSOLUTELY no big problem but when using ASP.NET the thumb is the same, 46x60 and the big image becomes 343x450.
And if the original image is 1049x800 then the big image becomes 451x344 and the thumb the same as above. Sometimes the thumb gets 1 pixel wrong and the big image is okay BUT IT ONLY SEEM TO HAPPEN WHEN THERE IS SOME ODD SIZE ON THE ORIGINAL IMAGE.
But as i mentioned in ASP.NET all works okay, but i just want to inform you about these differences between AspJpeg and ASP.NET (as i use now).
Klas |
|
|