contactsplus
contactsplus copied to clipboard
Enhanced photo crop
Enhanced photo crop by resizing the image after the crop instead of before. The thumbnail sent to the user is still scaled down to save bandwidth.
Just to explain a little bit more what was the problem:
If you upload a 1200x1200 picture, it is resized to 400x400 then the user can crop a specific part of the image. But the "problem" is that if the user selects 50% of the image, the resulting image will be 200x200 where we have 600x600 pixels available from the original and therefore could obtain a 400x400 image.
That would obviously result to a better image quality.