Quote Originally Posted by jaycode View Post
No worries John :)

I am sorry, but I don't seem to get if anything went wrong there?

Maybe it will help if I let you know the resizing algorithm:

The width & height are actually maximum width & height and they are decided by whichever has larger value, while keeping the proportion.

An extreme example if you set the MAX WIDTH to 600 and max height to 10000, these are what happen if you uploaded image on eace size below (width x height):
1. 1000x1000 image: resized to 600x600
2. 500x20000 image: resized to 250x10000
3. 600x2000 image: not resized
4. 800x600 image: resized to 600x[whatever value keep the proportion intact]

Hope that clears out.
thank you for the clear explanation.I know the logic now.
My configuration:
Small w75* h88
Medium w360*h420
Large w514*h600
*all the three proportion is 75:88=360:420=514:600=6:7

the image original size w600*700.
After it is uploaded by AIS, the 3 sizes are below:
Small w64* h88
Medium w308*h420
Large w514*h600

now we should know the problem. the proportion cannt be kept at smal size and medium size.

You can click here to see the wrong operation now :
http://www.he15.com/index.php?main_p...products_id=76