It is not the thumbnail I am talking about. Imagine this situation:
- A user uploads an image that is 636 x 468. The original size is 16,8 Kb
- The settings in the guest.config are as follow:
<security name="RestrictUploadedImageDimension">true</security>
<security name="OverWriteExistingUploadedFile">false</security>
<security name="AutoResizeUploadedImages">true</security>
<security name="MaxImageWidth">600</security>
<security name="MaxImageHeight">600</security>
- The resized image is 104 Kb. This is a big problem.
Here is the original file:
This is the resized version: